ziglang / zig-bootstrap

take off every zig
368 stars 86 forks source link

windows: update build.bat to handle LLVM 18 changes #171

Closed kcbanner closed 3 months ago

kcbanner commented 3 months ago

LLVM_USE_CRT_RELEASE was removed in LLVM 18, in favour of the new builtin CMAKE_MSVC_RUNTIME_LIBRARY.

Bootstrapping on MSVC will also require this changed to be merged here as well: https://github.com/ziglang/zig/pull/20058