Fix configuration script

This commit is contained in:
Ned Wright 2023-07-06 00:59:55 +00:00
parent 248bc2e5f3
commit e8edd6cfbe

View File

@ -54,7 +54,7 @@ if test ! -f configured.ok; then
exit 1
fi
make -j 60 && echo "${EXTRA_CC_OPT}" > cc_flags.mk
make && echo "${EXTRA_CC_OPT}" > cc_flags.mk
if [[ $? != 0 ]]; then
echo "Failed to build NGINX source code"
exit 1