Fix build.sh

This commit is contained in:
gingerBill
2018-07-01 17:17:31 +01:00
parent bc37bd5429
commit efe4b71bae
+1 -1
View File
@@ -25,4 +25,4 @@ if [[ "$(uname)" == "Darwin" ]]; then
other_args="${other_args} -liconv"
fi
${compiler} src/main.cpp ${warnings_to_disable} ${libraries} ${other_args} -o odin && ./odin run examples/demo.odin
${compiler} src/main.cpp ${warnings_to_disable} ${libraries} ${other_args} -o odin && ./odin run examples/demo/demo.odin