Skip to content

Commit 5592eed

Browse files
author
Johnny Wang
committed
Revert "bugfix: doesn't set flags for Darwin arm64. (#2071)" (#2163)
This reverts commit 1fd1e83.
1 parent 5e05fa3 commit 5592eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ END
9494
case "$NGX_PLATFORM" in
9595
Darwin:*)
9696
case "$NGX_MACHINE" in
97-
amd64 | arm64 | x86_64 | i386)
97+
amd64 | x86_64 | i386)
9898
echo "adding extra linking options needed by LuaJIT on $NGX_MACHINE"
9999
luajit_ld_opt="$luajit_ld_opt -pagezero_size 10000 -image_base 100000000"
100100
ngx_feature_libs="$ngx_feature_libs -pagezero_size 10000 -image_base 100000000"

0 commit comments

Comments
 (0)