mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
XXX Link in libiphlpapi (should be disabled on non Win32 platforms)
This commit is contained in:
parent
0ea28ccea0
commit
8db98c13b5
@ -25,7 +25,7 @@ endif
|
||||
|
||||
if MINIUPNPC
|
||||
miniupnpc_ldflags = @TOR_LDFLAGS_libminiupnpc@
|
||||
miniupnpc_ldadd = -lminiupnpc -lm
|
||||
miniupnpc_ldadd = -lminiupnpc -lm -liphlpapi
|
||||
miniupnpc_cppflags = @TOR_CPPFLAGS_libminiupnpc@
|
||||
else
|
||||
miniupnpc_ldflags =
|
||||
|
Loading…
Reference in New Issue
Block a user