make: fix unbound variable error
This commit is contained in:
parent
46fca435c6
commit
fd9f4a1156
@ -23,7 +23,7 @@ termux_step_make() {
|
||||
if [ -n "$TERMUX_ON_DEVICE_BUILD" ] && [ -z "$(command -v make)" ]; then
|
||||
./build.sh
|
||||
else
|
||||
make -j $TERMUX_MAKE_PROCESSES $QUIET_BUILD
|
||||
make -j $TERMUX_MAKE_PROCESSES
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user