Open
Description
On Windows 11:
PS C:\Users\rumco\Desktop\zig-gamedev\libs\zphysics> zig build -Dtarget=x86_64-windows-msvc
install
└─ install zphysics-tests
└─ zig test zphysics-tests Debug x86_64-windows-msvc
└─ zig build-lib joltc Debug x86_64-windows-msvc failure
error: error: unable to create compilation: LibCStdLibHeaderNotFound
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>
Regression introduced by adoption of Zig packager manager in zig-gamedev/zig-gamedev@1a80092
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status