This commit is contained in:
+11
-3
@@ -267,9 +267,17 @@ win32{
|
|||||||
}
|
}
|
||||||
|
|
||||||
unix{
|
unix{
|
||||||
LIBS += -lboost_thread-mt -lcrypto -lSDL_mixer
|
exists( /usr/lib/libboost_thread-mt.so ) {
|
||||||
## My release static libs
|
message("Found libboost_thread-mt")
|
||||||
#LIBS += -lboost_thread-mt -lcrypto -lSDL_mixer -lSDL -lmikmod
|
LIBS += -lboost_thread-mt
|
||||||
|
}
|
||||||
|
exists( /usr/lib/libboost_thread.so ) {
|
||||||
|
message("Found libboost_thread")
|
||||||
|
LIBS += -lboost_thread
|
||||||
|
}
|
||||||
|
LIBS += -lcrypto -lSDL_mixer
|
||||||
|
## My release static libs
|
||||||
|
#LIBS += -lcrypto -lSDL_mixer -lSDL -lmikmod
|
||||||
}
|
}
|
||||||
|
|
||||||
macx{
|
macx{
|
||||||
|
|||||||
Reference in New Issue
Block a user