mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 20:04:24 -04:00
Fixed linking of FriendServer with MSYS2 on Windows
This commit is contained in:
parent
ebfe4282d3
commit
69b96e2c1b
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue