libpokerth linker patch
This commit is contained in:
+4
-2
@@ -276,6 +276,10 @@ win32{
|
||||
}
|
||||
|
||||
unix: !mac{
|
||||
|
||||
LIBPATH += lib
|
||||
LIBS += -lpokerth_lib
|
||||
|
||||
exists( /usr/lib/libboost_thread-mt.so ){
|
||||
message("Found libboost_thread-mt")
|
||||
LIBS += -lboost_thread-mt
|
||||
@@ -318,8 +322,6 @@ unix: !mac{
|
||||
}
|
||||
}
|
||||
|
||||
LIBPATH += lib
|
||||
LIBS += -lpokerth_lib
|
||||
LIBS += -lcrypto -lSDL_mixer
|
||||
TARGETDEPS += ./lib/libpokerth_lib.a
|
||||
|
||||
|
||||
+5
-2
@@ -145,6 +145,10 @@ win32 {
|
||||
}
|
||||
|
||||
unix : !mac {
|
||||
|
||||
LIBPATH += lib
|
||||
LIBS += -lpokerth_lib
|
||||
|
||||
exists( /usr/lib/libboost_thread-mt.so ){
|
||||
message("Found libboost_thread-mt")
|
||||
LIBS += -lboost_thread-mt
|
||||
@@ -186,8 +190,7 @@ unix : !mac {
|
||||
LIBS += -lboost_filesystem
|
||||
}
|
||||
}
|
||||
LIBPATH += lib
|
||||
LIBS += -lpokerth_lib
|
||||
|
||||
LIBS += -lcrypto
|
||||
TARGETDEPS += ./lib/libpokerth_lib.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user