mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix build.sh
This commit is contained in:
@@ -25,4 +25,4 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
|||||||
other_args="${other_args} -liconv"
|
other_args="${other_args} -liconv"
|
||||||
fi
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user