pforth: Make M32 a local variable

This commit is contained in:
Fredrik Fornwall 2017-11-18 22:20:30 +01:00
parent 5ce4d4fb54
commit 5804a5252d
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ TERMUX_PKG_HOSTBUILD=yes
TERMUX_PKG_REVISION=1
termux_step_host_build () {
M32=""
local M32=""
if [ $TERMUX_ARCH_BITS = "32" ]; then
export M32="-m32"
M32="-m32"
fi
cp -Rf $TERMUX_PKG_SRCDIR/* .
cd build/unix