Open
Description
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).
zig init
mkdir subdir
cd subdir
# running zig build --help at this point should work
touch Build.zig
zig build --help
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 thinks Build.zig
is actually build.zig
on case insensitive filesystems.
Activity
avoid being tricked that Build.zig is build.zig
avoid being tricked that Build.zig is build.zig