Fix paths in build.sh.

master
poikilos 2021-03-21 19:40:49 -04:00
parent bfcfa5093a
commit 11587ef01f
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
if [ -z "$PREFIX" ]; then if [ -z "$PREFIX" ]; then
PREFIX="/usr" PREFIX="/usr"
fi fi
mkdir -p $PREFIX || exit 1
if [ -z "$DEBUG" ]; then if [ -z "$DEBUG" ]; then
DEBUG=false DEBUG=false
fi fi
@ -22,6 +24,7 @@ else
fi fi
#IRR_INCDIR= #IRR_INCDIR=
#IRR_LIBDIR= #IRR_LIBDIR=
# FT2_INCDIR=$PREFIX/include/freetype2
FT2_INCDIR=$PREFIX/include/freetype2 FT2_INCDIR=$PREFIX/include/freetype2
OUT_BIN=build/b3view OUT_BIN=build/b3view
#FT2_LIBDIR= #FT2_LIBDIR=