mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-01 11:21:25 -05: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
|
INSTALLS += target
|
||||||
}
|
}
|
||||||
|
|
||||||
|
################################# Windows ##########################################
|
||||||
|
|
||||||
|
win32-g++|win32-clang-g++ {
|
||||||
|
dLib = ws2_32 iphlpapi crypt32
|
||||||
|
LIBS *= $$linkDynamicLibs(dLib)
|
||||||
|
}
|
||||||
|
|
||||||
################################### COMMON stuff ##################################
|
################################### COMMON stuff ##################################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user