floooh / sokol-zig

Zig bindings for the sokol headers (https://github.com/floooh/sokol)
zlib License
375 stars 48 forks source link

Use LazyPath instead of []const u8 for shell_file_path #77

Closed chip2n closed 3 months ago

chip2n commented 3 months ago

Changes to the shell file isn't currently picked up by the build system - using LazyPath along with addPrefixedFileArg fixes this.

floooh commented 3 months ago

Ah thank you, a very welcome fix :) I'll give it a whirl in the evening.

floooh commented 3 months ago

Ok merged, many thanks!

floooh commented 3 months ago

PS: @kassane this might also be a good change for the sokol-d build script.