We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e05fa3 commit 5592eedCopy full SHA for 5592eed
config
@@ -94,7 +94,7 @@ END
94
case "$NGX_PLATFORM" in
95
Darwin:*)
96
case "$NGX_MACHINE" in
97
- amd64 | arm64 | x86_64 | i386)
+ amd64 | x86_64 | i386)
98
echo "adding extra linking options needed by LuaJIT on $NGX_MACHINE"
99
luajit_ld_opt="$luajit_ld_opt -pagezero_size 10000 -image_base 100000000"
100
ngx_feature_libs="$ngx_feature_libs -pagezero_size 10000 -image_base 100000000"
0 commit comments