This commit is contained in:
hasan-bostan 2025-04-18 23:45:53 +02:00
parent 9350dd0ad6
commit 40ba536a3f
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
ngx_feature="libxslt"
ngx_feature_name=
ngx_feature_run=no
ngx_feature_incs="#include <libxml/parser.h>
#include <libxml/tree.h>
#include <libxslt/xslt.h>
#include <libxslt/xsltInternals.h>

View File

@ -8,7 +8,7 @@ if [ $ZLIB != NONE ]; then
case "$NGX_CC_NAME" in
msvc | owc | bcc)
msvc |
have=NGX_ZLIB . auto/have
LINK_DEPS="$LINK_DEPS $ZLIB/zlib.lib"
CORE_LIBS="$CORE_LIBS $ZLIB/zlib.lib"