Run preconfigure from sys/install.sh

This commit is contained in:
pancake 2021-08-27 11:00:43 +02:00
parent 17e478ce40
commit 5fc8085d23
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ fi
printf "[*] Checking out capstone... "
rm -rf shlr/capstone
MAKE=make
gmake --version 2>&1 > /dev/null
gmake --version > /dev/null 2>&1
[ $? = 0 ] && MAKE=gmake
${MAKE} -C shlr capstone > /dev/null 2>&1 || exit 1
echo OK

View File

@ -112,6 +112,8 @@ else
fi
fi
./preconfigure
if [ "${M32}" = 1 ]; then
${SHELL} ./sys/build-m32.sh ${ARGS} || exit 1
elif [ "${HARDEN}" = 1 ]; then