zig interprets Build.zig as build.zig on case insensitive filesystems (i.e.. macOS/Windows) #23980
Labels
bug
Observed behavior contradicts documented or intended behavior
os-macos
os-windows
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Zig Version
0.14.0 and 0.15.0-dev.621+a63f7875f
Steps to Reproduce and Observed Behavior
Setup:
Within a directory that's backed with a case insensitive filesystem (i.e. macOS/Windows).
Expected Behavior
The final
zig build --help
command should print the help output, but, in this case it fails to compile the build because it thinksBuild.zig
is actuallybuild.zig
on case insensitive filesystems.The text was updated successfully, but these errors were encountered: