mirror of
https://github.com/openappsec/attachment.git
synced 2025-09-29 19:24:26 +03:00
Fix configuration script
This commit is contained in:
@@ -54,7 +54,7 @@ if test ! -f configured.ok; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make -j 60 && echo "${EXTRA_CC_OPT}" > cc_flags.mk
|
make && echo "${EXTRA_CC_OPT}" > cc_flags.mk
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
echo "Failed to build NGINX source code"
|
echo "Failed to build NGINX source code"
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user