From 11587ef01f940fe1254acc3a5c9ecb3d2b2780b9 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sun, 21 Mar 2021 19:40:49 -0400 Subject: [PATCH] Fix paths in build.sh. --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 285b606..95f873a 100755 --- a/build.sh +++ b/build.sh @@ -3,6 +3,8 @@ if [ -z "$PREFIX" ]; then PREFIX="/usr" fi +mkdir -p $PREFIX || exit 1 + if [ -z "$DEBUG" ]; then DEBUG=false fi @@ -22,6 +24,7 @@ else fi #IRR_INCDIR= #IRR_LIBDIR= +# FT2_INCDIR=$PREFIX/include/freetype2 FT2_INCDIR=$PREFIX/include/freetype2 OUT_BIN=build/b3view #FT2_LIBDIR=