floooh / sokol-tools

Command line tools for use with sokol headers
MIT License
219 stars 54 forks source link

zig update: `build.zig` to v0.11.0 #114

Closed kassane closed 8 months ago

kassane commented 8 months ago

cc: @floooh

floooh commented 8 months ago

Thanks! I must admit that I'm not using the build.zig script much since last I checked it produced a much larger binary than the cmake build. Didn't get around yet to investigate why.

kassane commented 8 months ago

@floooh,

When it comes to C++ in Zig toolchain, it is worth mentioning that there will be static linking of libc++ + libunwind in the binaries (exe/lib).