ngx_module_libs 与 bingding/c/Makefile 生成的 libxdb.a 保持一致

This commit is contained in:
fa1seut0pia 2026-02-09 01:59:05 +08:00
parent b0466348da
commit e183607da5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if test -n "$ngx_module_link"; then
ngx_module_name=$ngx_addon_name
ngx_module_deps="$NGX_HTTP_IP2REGION_DEPS"
ngx_module_srcs="$NGX_HTTP_IP2REGION_SRCS"
ngx_module_libs="-lxdb_searcher"
ngx_module_libs="-lxdb"
. auto/module
else