### Zig Version 0.14.0 ### Steps to Reproduce and Observed Behavior Put [these files](https://gist.github.com/EtienneParmentier/88f98d2be9c38b8d46e693b01d3a69e5) in a directory on Windows. Enter ```zig build``` into a terminal, it crashes with a NotOpenForWrite error. ### Expected Behavior There should be no error, as a linux user inside [this gist](https://gist.github.com/alichraghi/cc4b1db0a0a556de4f85cf06f0e7a400?permalink_comment_id=5578634#gistcomment-5578634) pointed out.