Export PREFIX in build-package.sh (fixes #327)

This commit is contained in:
Fredrik Fornwall 2016-08-08 16:42:38 -04:00
parent 5b7b986b83
commit be0684c0d7
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ export TERMUX_TOUCH="touch"
test `uname` = "Darwin" && TERMUX_TOUCH=gtouch
export prefix=${TERMUX_PREFIX} # prefix is used by some makefiles
#export ACLOCAL="aclocal -I $TERMUX_PREFIX/share/aclocal"
export PREFIX=${TERMUX_PREFIX} # PREFIX is used by some makefiles
export AR=$TERMUX_HOST_PLATFORM-ar
if [ "$TERMUX_CLANG" = "" ]; then
export AS=${TERMUX_HOST_PLATFORM}-gcc