aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorColin Davidson <colrdavidson@gmail.com>2022-12-28 21:52:41 -0800
committerColin Davidson <colrdavidson@gmail.com>2022-12-28 21:52:41 -0800
commite019673a18acf25ccb2f1791a68cae4e70dbd638 (patch)
treeafc86aa33a9010b32fd11ea4ddb56704af010f4c /build.bat
parent5f27f2dd7f7c4af93435ff2e426cc5882cd8dbe7 (diff)
fix build
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index d7a89fe20..bcb6d4c1a 100644
--- a/build.bat
+++ b/build.bat
@@ -69,6 +69,7 @@ set compiler_includes= ^
/Isrc\
set libs= ^
kernel32.lib ^
+ Synchronization.lib ^
bin\llvm\windows\LLVM-C.lib
set linker_flags= -incremental:no -opt:ref -subsystem:console
@@ -95,4 +96,4 @@ if %release_mode% EQU 0 odin run examples/demo
del *.obj > NUL 2> NUL
-:end_of_build \ No newline at end of file
+:end_of_build