Remove () grouping for foreign_library

This commit is contained in:
Ginger Bill
2017-08-27 19:24:30 +01:00
parent b9e347ef50
commit 2d20bde495
12 changed files with 133 additions and 370 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/punity.odin -opt=0
&& odin run examples/demo.odin -opt=0
rem && odin docs core/fmt.odin
del *.obj > NUL 2> NUL