Closed chip2n closed 3 months ago
Changes to the shell file isn't currently picked up by the build system - using LazyPath along with addPrefixedFileArg fixes this.
LazyPath
addPrefixedFileArg
Ah thank you, a very welcome fix :) I'll give it a whirl in the evening.
Ok merged, many thanks!
PS: @kassane this might also be a good change for the sokol-d build script.
Changes to the shell file isn't currently picked up by the build system - using
LazyPath
along withaddPrefixedFileArg
fixes this.