Fixing MacOS build.

This commit is contained in:
lotodore
2009-04-11 11:37:45 +00:00
parent 24b515bd86
commit 7272e77d97
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -446,6 +446,7 @@ mac {
# make sure you have a universal version of boost
LIBS += /usr/local/lib/libboost_thread-xgcc40-mt.a
LIBS += /usr/local/lib/libboost_filesystem-xgcc40-mt.a
LIBS += /usr/local/lib/libboost_regex-xgcc40-mt.a
LIBS += /usr/local/lib/libboost_system-xgcc40-mt.a
LIBS += /usr/local/lib/libboost_iostreams-xgcc40-mt.a
# libraries installed on every mac
+1
View File
@@ -260,6 +260,7 @@ mac {
# make sure you have a universal version of boost
LIBS += /usr/local/lib/libboost_thread-xgcc40-mt.a
LIBS += /usr/local/lib/libboost_filesystem-xgcc40-mt.a
LIBS += /usr/local/lib/libboost_regex-xgcc40-mt.a
LIBS += /usr/local/lib/libboost_system-xgcc40-mt.a
LIBS += /usr/local/lib/libboost_iostreams-xgcc40-mt.a
LIBS += /usr/local/lib/libboost_program_options-xgcc40-mt.a