We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb20f24 commit 6aa70ceCopy full SHA for 6aa70ce
1 file changed
glogg.pro
@@ -77,7 +77,13 @@ HEADERS += \
77
78
isEmpty(BOOST_PATH) {
79
message(Building using system dynamic Boost libraries)
80
- LIBS += -lboost_program_options
+ macx {
81
+ INCLUDEPATH += /usr/local/include
82
+ LIBS += -L/usr/local/lib -lboost_program_options-mt
83
+ }
84
+ else {
85
+ LIBS += -lboost_program_options
86
87
}
88
else {
89
message(Building using static Boost libraries at $$BOOST_PATH)
0 commit comments