You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross compiling from Linux gives many occurrences of the following:
error: argument unused during compilation: '-nostdinc++'
/home/chris/projects/zig-gamedev/libs/zphysics/libs/Jolt/Core/Core.h:11:11: error: 'winapifamily.h' file not found
#include <winapifamily.h>
On Windows 11:
Cross compiling from Linux gives many occurrences of the following:
Regression introduced by adoption of Zig packager manager in zig-gamedev/zig-gamedev@1a80092
The text was updated successfully, but these errors were encountered: