From 4ef8436abba776256a9f29e92d5afe6aa429bdad Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Thu, 16 May 2024 16:59:48 +0800 Subject: [PATCH] chore(build): use wasmx_dynamic_mod to mark dynamic module as created --- build/openresty/BUILD.openresty.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [],