diff --git a/build/openresty/BUILD.openresty.bazel b/build/openresty/BUILD.openresty.bazel index 9b86a74a25e5..4b6aa4292b10 100644 --- a/build/openresty/BUILD.openresty.bazel +++ b/build/openresty/BUILD.openresty.bazel @@ -293,7 +293,7 @@ configure_make( ], out_lib_dir = "", out_shared_libs = select({ - "@kong//:wasmx_flag": [ + "@kong//:wasmx_dynamic_mod": [ "nginx/modules/ngx_wasmx_module.so", ], "//conditions:default": [],