fix build

This commit is contained in:
Colin Davidson
2022-12-28 21:52:41 -08:00
parent 5f27f2dd7f
commit e019673a18
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
:end_of_build