(tested on master and 0.7.1)
Reproduce:
- download zig
- add to system path
- zig init-exe
- add
exe.linkLibC() to build.zig
- build fails with
error: unable to create compilation: LibCRuntimeNotFound
I have Visual Studio installed so there's definitely a libc on my system. Not sure what the problem could be :(
(tested on master and 0.7.1)
Reproduce:
exe.linkLibC()to build.zigerror: unable to create compilation: LibCRuntimeNotFoundI have Visual Studio installed so there's definitely a libc on my system. Not sure what the problem could be :(