MacOS openssl fix.

This commit is contained in:
lotodore
2008-05-16 19:04:12 +00:00
parent 95efe965c5
commit d4fbe6f23b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ mac{
LIBS += /usr/local/lib/libboost_system-mt-1_35.a
LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a
# libraries installed on every mac
LIBS += -lcrypto -lz -lcurl -framework Carbon
LIBS += -lcrypto -lssl -lz -lcurl -framework Carbon
# set the application icon
RC_FILE = pokerth.icns
LIBPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/lib
+1 -1
View File
@@ -233,7 +233,7 @@ mac{
LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a
LIBS += /usr/local/lib/libboost_program_options-mt-1_35.a
# libraries installed on every mac
LIBS += -lcrypto -lz -lcurl -liconv
LIBS += -lcrypto -lssl -lz -lcurl -liconv
# set the application icon
RC_FILE = pokerth.icns
LIBPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/lib