diff options
| author | Colin Davidson <colrdavidson@gmail.com> | 2022-12-28 21:52:41 -0800 |
|---|---|---|
| committer | Colin Davidson <colrdavidson@gmail.com> | 2022-12-28 21:52:41 -0800 |
| commit | e019673a18acf25ccb2f1791a68cae4e70dbd638 (patch) | |
| tree | afc86aa33a9010b32fd11ea4ddb56704af010f4c /build.bat | |
| parent | 5f27f2dd7f7c4af93435ff2e426cc5882cd8dbe7 (diff) | |
fix build
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |