diff --git a/config b/config index b492443ee1..74b22e55bd 100644 --- a/config +++ b/config @@ -28,7 +28,7 @@ END case "$NGX_PLATFORM" in Darwin:*) case "$NGX_MACHINE" in - amd64 | x86_64) + amd64 | x86_64 | i386) echo "adding extra linking options needed by LuaJIT" ngx_feature_libs="$ngx_feature_libs -pagezero_size 10000 -image_base 100000000" ;;