Skip to content

Commit

Permalink
bugfix: doesn't set flags for Darwin arm64. (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuizhuhaomeng authored Jul 3, 2022
1 parent 1c43f1c commit 1fd1e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ END
case "$NGX_PLATFORM" in
Darwin:*)
case "$NGX_MACHINE" in
amd64 | x86_64 | i386)
amd64 | arm64 | x86_64 | i386)
echo "adding extra linking options needed by LuaJIT on $NGX_MACHINE"
luajit_ld_opt="$luajit_ld_opt -pagezero_size 10000 -image_base 100000000"
ngx_feature_libs="$ngx_feature_libs -pagezero_size 10000 -image_base 100000000"
Expand Down

0 comments on commit 1fd1e83

Please sign in to comment.