Skip to content
Snippets Groups Projects
Commit 3b8f1fc8 authored by Jimmy's avatar Jimmy
Browse files

Removing unnecessary symbol from compile.sh

parent a9f6d61a
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ function compile() {
esac
fi
$TWEEGO_EXE "$@" -o "$TARGET" --head "devTools/head.html" --module "%~dp0modules" game/ || build_failed="true"
$TWEEGO_EXE "$@" -o "$TARGET" --head "devTools/head.html" --module "modules" game/ || build_failed="true"
if [ "$build_failed" = "true" ]; then
echoError "Build failed."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment