mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed linking of FriendServer with MSYS2 on Windows
This commit is contained in:
parent
ebfe4282d3
commit
69b96e2c1b
@ -39,5 +39,12 @@ unix {
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
################################# Windows ##########################################
|
||||
|
||||
win32-g++|win32-clang-g++ {
|
||||
dLib = ws2_32 iphlpapi crypt32
|
||||
LIBS *= $$linkDynamicLibs(dLib)
|
||||
}
|
||||
|
||||
################################### COMMON stuff ##################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user