mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-06 22:36:51 +03:00
iis: Fix mlogc build on windows
The libcurl path was not pointing to the correct directory
This commit is contained in:
committed by
Felipe Zimmerle
parent
28bbde1bb2
commit
9b7663fa79
@@ -14,7 +14,7 @@ CURL = %CURL%
|
|||||||
LIBS = $(BASE)\lib\libapr-1.lib \
|
LIBS = $(BASE)\lib\libapr-1.lib \
|
||||||
$(BASE)\lib\libaprutil-1.lib \
|
$(BASE)\lib\libaprutil-1.lib \
|
||||||
$(PCRE)\pcre.lib \
|
$(PCRE)\pcre.lib \
|
||||||
$(CURL)\libcurl_imp.lib \
|
$(CURL)\lib\libcurl_imp.lib \
|
||||||
wsock32.lib
|
wsock32.lib
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Reference in New Issue
Block a user