Skip to content

Commit fd171d5

Browse files
fix(build): add default condition to platform select() (#11310)
(cherry picked from commit d5ef304) Co-authored-by: Michael Martin <[email protected]>
1 parent 26b1afd commit fd171d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/openresty/BUILD.openresty.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ CONFIGURE_OPTIONS = [
239239
# https://github.com/Kong/ngx_wasm_module/commit/e70a19f53e1dda99d016c5cfa393652720959afd
240240
"--with-ld-opt=\"-Wl,--allow-multiple-definition\"",
241241
],
242+
"//conditions:default": [],
242243
}) + select({
243244
"@kong//:wasmx_flag": [
244245
"--with-cc-opt=\"-DNGX_WASM_HOST_PROPERTY_NAMESPACE=kong\"",

0 commit comments

Comments
 (0)