diff options
| author | gingerBill <bill@gingerbill.org> | 2021-09-11 17:06:29 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-09-11 17:06:29 +0100 |
| commit | c51c002ffafdb01901278e74b0c43954050617bd (patch) | |
| tree | 21fb6e67f01cb0e907b581f2228fe6c86774d232 /build.bat | |
| parent | a5b4b735449413ae58e2213a75dd4356afb0e33d (diff) | |
Update Windows to LLVM 12.0.1
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,7 +49,8 @@ set compiler_warnings= ^ -wd4100 -wd4101 -wd4127 -wd4146 ^ -wd4456 -wd4457 -set compiler_includes= +set compiler_includes= ^ + /Isrc\ set libs= ^ kernel32.lib ^ bin\llvm\windows\LLVM-C.lib |