Get build.sh improvements from irrPaint3D.

master
poikilos 2021-11-06 21:52:59 -04:00
parent 51e6536901
commit ba9f4372b2
1 changed files with 5 additions and 1 deletions

View File

@ -143,6 +143,8 @@ if [ -z "$BUILD_DIR" ]; then
fi
OUT_BIN="$BUILD_DIR/$BIN_NAME"
OUT_BIN_PATH="`realpath $OUT_BIN`"
OUT_BIN_CWD="`realpath $BUILD_DIR`"
if [ "@$DEBUG" = "@true" ]; then
OPTION1="-g"
@ -307,4 +309,6 @@ if [ "@$DEBUG" != "@true" ]; then
fi
fi
echo "Done"
echo "You can now make a shortcut to:"
echo " Exec=$OUT_BIN_PATH"
echo " Path=$OUT_BIN_CWD"