Skip to content

Commit

Permalink
chore(lib) add 'NGX_BUILD_SSL_STATIC' to build options hash
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed May 5, 2024
1 parent 8799cc9 commit 36be351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ build_nginx() {
conf_opt=$NGX_BUILD_CONFIGURE_OPT.\
cc_opt=$NGX_BUILD_CC_OPT.\
ld_opt=$NGX_BUILD_LD_OPT.\
ssl=$NGX_BUILD_SSL.\
ssl=$NGX_BUILD_SSL.$NGX_BUILD_SSL_STATIC.\
ipc=$NGX_IPC.\
dynamic=$NGX_BUILD_DYNAMIC_MODULE.\
cargo=$NGX_WASM_CARGO.\
Expand Down

0 comments on commit 36be351

Please sign in to comment.