mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-22 21:31:07 -05:00
Undo fix for linking of plugins for Windows MSYS2 compile
This commit is contained in:
parent
fa48b03fac
commit
56d34a8a2c
@ -102,6 +102,9 @@ win32 {
|
||||
for(lib, LIB_DIR):LIBS += -L"$$lib"
|
||||
for(bin, BIN_DIR):LIBS += -L"$$bin"
|
||||
LIBS += -lpthread
|
||||
|
||||
# Do not add for MinGW
|
||||
!isEmpty(QMAKE_SH): QMAKE_LFLAGS += -Wl,--end-group
|
||||
}
|
||||
|
||||
macx {
|
||||
|
Loading…
Reference in New Issue
Block a user