MacOS dependencies fixes.
This commit is contained in:
@@ -393,6 +393,7 @@ mac{
|
|||||||
# make sure you have a universal version of boost
|
# make sure you have a universal version of boost
|
||||||
LIBS += /usr/local/lib/libboost_thread-mt-1_35.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_filesystem-mt-1_35.a
|
||||||
|
LIBS += /usr/local/lib/libboost_system-mt-1_35.a
|
||||||
LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a
|
||||||
# libraries installed on every mac
|
# libraries installed on every mac
|
||||||
LIBS += -lcrypto -lz -lcurl -framework Carbon
|
LIBS += -lcrypto -lz -lcurl -framework Carbon
|
||||||
|
|||||||
@@ -229,6 +229,7 @@ mac{
|
|||||||
# make sure you have a universal version of boost
|
# make sure you have a universal version of boost
|
||||||
LIBS += /usr/local/lib/libboost_thread-mt-1_35.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_filesystem-mt-1_35.a
|
||||||
|
LIBS += /usr/local/lib/libboost_system-mt-1_35.a
|
||||||
LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a
|
||||||
LIBS += /usr/local/lib/libboost_program_options-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_program_options-mt-1_35.a
|
||||||
# libraries installed on every mac
|
# libraries installed on every mac
|
||||||
|
|||||||
Reference in New Issue
Block a user