Skip to content

Commit

Permalink
chore(build): use wasmx_dynamic_mod to mark dynamic module as created
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored May 16, 2024
1 parent f03a08e commit 4ef8436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/openresty/BUILD.openresty.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit 4ef8436

Please sign in to comment.