mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 03:36:08 +03:00
iis: Fix mlogc build on windows
The libcurl path was not pointing to the correct directory
This commit is contained in:
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
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user