Trying to fix broken MacOS build.
This commit is contained in:
+4
-3
@@ -391,10 +391,11 @@ mac{
|
||||
LIBS += -framework SDL_mixer
|
||||
# standard path for darwinports
|
||||
# make sure you have a universal version of boost
|
||||
LIBS += /usr/local/lib/libboost_thread-mt-1_34_1.a
|
||||
LIBS += /usr/local/lib/libboost_filesystem-mt-1_34_1.a
|
||||
LIBS += /usr/local/lib/libboost_thread-mt-1_35.a
|
||||
LIBS += /usr/local/lib/libboost_filesystem-mt-1_35.a
|
||||
LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a
|
||||
# libraries installed on every mac
|
||||
LIBS += -lgnutls-openssl -lgcrypt -lz -lcurl -framework Carbon
|
||||
LIBS += -lcrypto -lz -lcurl -framework Carbon
|
||||
# set the application icon
|
||||
RC_FILE = pokerth.icns
|
||||
LIBPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/lib
|
||||
|
||||
Reference in New Issue
Block a user