Skip to content
Snippets Groups Projects
Commit 2c247e1e authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

ensure the executable is named correctly in the build script

parent 5b355183
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ CACHE=/tmp/fggl/ ...@@ -4,7 +4,7 @@ CACHE=/tmp/fggl/
LOG=$CACHE/demo.log LOG=$CACHE/demo.log
BUILD_PATH="builds/cli" BUILD_PATH="builds/cli"
DEMO_EXE="$PWD/$BUILD_PATH/demo/FgglDemo" DEMO_EXE="$PWD/$BUILD_PATH/demo/demo"
# check cmake exists # check cmake exists
if [ ! -x "$(command -v cmake)" ]; then if [ ! -x "$(command -v cmake)" ]; then
......
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