We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0d2276 + ea28557 commit edb5a8eCopy full SHA for edb5a8e
demo/run_demo
@@ -3,11 +3,11 @@ set -ex
3
4
ROOT=$(git rev-parse --show-toplevel)
5
export LUA_PATH="$ROOT/scripts/?.lua;$LUA_PATH"
6
-[ -z $BUILD ] && BUILD=Debug ; export BUILD
+BUILD=$ROOT/build
7
8
-RUN_ERESSEA=$ROOT/$BUILD/eressea/eressea
+RUN_ERESSEA=$BUILD/eressea/eressea
9
10
-if [ ! -e $ROOT/$BUILD ]; then
+if [ ! -e $BUILD ]; then
11
echo "cannot find build directory $BUILD in $ROOT. did you run cmake-init?"
12
exit
13
fi
0 commit comments