mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
r12609@catbus: nickm | 2007-04-30 22:11:59 -0400
Add wsock32 to libraries used for linking on windows. svn:r10081
This commit is contained in:
parent
fa39336e65
commit
d5a23f38df
@ -163,7 +163,7 @@ dnl ------------------------------------------------------
|
|||||||
dnl Where do you live, libevent? And how do we call you?
|
dnl Where do you live, libevent? And how do we call you?
|
||||||
|
|
||||||
if test $bwin32 = true; then
|
if test $bwin32 = true; then
|
||||||
TOR_LIB_WS32=-lws2_32
|
TOR_LIB_WS32=-lws2_32 -lwsock32
|
||||||
TOR_LIB_GDI=-lgdi32
|
TOR_LIB_GDI=-lgdi32
|
||||||
else
|
else
|
||||||
TOR_LIB_WS32=
|
TOR_LIB_WS32=
|
||||||
|
Loading…
Reference in New Issue
Block a user