Skip to content

Commit edb5a8e

Browse files
committed
Merge branch 'demo_report' into stm-web
2 parents e0d2276 + ea28557 commit edb5a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/run_demo

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ set -ex
33

44
ROOT=$(git rev-parse --show-toplevel)
55
export LUA_PATH="$ROOT/scripts/?.lua;$LUA_PATH"
6-
[ -z $BUILD ] && BUILD=Debug ; export BUILD
6+
BUILD=$ROOT/build
77

8-
RUN_ERESSEA=$ROOT/$BUILD/eressea/eressea
8+
RUN_ERESSEA=$BUILD/eressea/eressea
99

10-
if [ ! -e $ROOT/$BUILD ]; then
10+
if [ ! -e $BUILD ]; then
1111
echo "cannot find build directory $BUILD in $ROOT. did you run cmake-init?"
1212
exit
1313
fi

0 commit comments

Comments
 (0)