From efe4b71bae30f3430131a238594041ce55f1911c Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 1 Jul 2018 17:17:31 +0100 Subject: [PATCH] Fix build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3f18c955f..1ce187e88 100755 --- a/build.sh +++ b/build.sh @@ -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