Only link ws2_32 and iphlapi on windows.

This is a tweak for the tor-fw-helper port to windows.
This commit is contained in:
Nick Mathewson
2011-08-19 13:20:15 -04:00
parent 2ad336f999
commit 269c0b4633
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ endif
if MINIUPNPC
miniupnpc_ldflags = @TOR_LDFLAGS_libminiupnpc@
miniupnpc_ldadd = -lminiupnpc -lm -liphlpapi
miniupnpc_ldadd = -lminiupnpc -lm @TOR_LIB_IPHLAPI@
miniupnpc_cppflags = @TOR_CPPFLAGS_libminiupnpc@
else
miniupnpc_ldflags =