Skip to content

Commit

Permalink
iis: Fix mlogc build on windows
Browse files Browse the repository at this point in the history
The libcurl path was not pointing to the correct directory
  • Loading branch information
Felipe \\\"Zimmerle\\\" Costa committed Nov 6, 2013
1 parent 28bbde1 commit 9b7663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlogc/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CURL = %CURL%
LIBS = $(BASE)\lib\libapr-1.lib \
$(BASE)\lib\libaprutil-1.lib \
$(PCRE)\pcre.lib \
$(CURL)\libcurl_imp.lib \
$(CURL)\lib\libcurl_imp.lib \
wsock32.lib

###########################################################################
Expand Down

0 comments on commit 9b7663f

Please sign in to comment.