Skip to content

Commit

Permalink
fix(build): add default condition to platform select() (#11310)
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh authored Jul 27, 2023
1 parent 68b7b6f commit d5ef304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/openresty/BUILD.openresty.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ CONFIGURE_OPTIONS = [
# https://github.com/Kong/ngx_wasm_module/commit/e70a19f53e1dda99d016c5cfa393652720959afd
"--with-ld-opt=\"-Wl,--allow-multiple-definition\"",
],
"//conditions:default": [],
}) + select({
"@kong//:wasmx_flag": [
"--with-cc-opt=\"-DNGX_WASM_HOST_PROPERTY_NAMESPACE=kong\"",
Expand Down

1 comment on commit d5ef304

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:d5ef304deded4b4b90997aea396065bedb57b174
Artifacts available https://github.com/Kong/kong/actions/runs/5684228395

Please sign in to comment.