Fix compilation bug on Linux

This commit is contained in:
Ginger Bill
2017-06-21 17:48:50 +01:00
parent 35c102137f
commit 6b65ef6d88
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -42,10 +42,10 @@ set linker_settings=%libs% %linker_flags%
del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
rem odin run code/demo.odin
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run code/demo.odin
rem && odin docs core/fmt.odin
del *.obj > NUL 2> NUL