Fix IR string interning type

This commit is contained in:
gingerBill
2019-12-01 18:18:03 +00:00
parent 6b5ea011e7
commit 46582a45bd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin build examples/demo/demo.odin -keep-temp-files
&& odin run examples/demo/demo.odin
del *.obj > NUL 2> NUL