mkxp.pro: Add 'BOOST_LIB_SUFFIX'

Boost being boost.
This commit is contained in:
Jonas Kulla 2014-05-27 07:35:06 +02:00
parent 5ba40369cc
commit 7b1f599dd6
2 changed files with 6 additions and 2 deletions

View file

@ -74,7 +74,11 @@ unix {
LIBS += -L$$BOOST_L
}
LIBS += -lboost_program_options
isEmpty(BOOST_LIB_SUFFIX) {
BOOST_LIB_SUFFIX = $$(BOOST_LIB_SUFFIX)
}
LIBS += -lboost_program_options$$BOOST_LIB_SUFFIX
}
# Input