mkxp.pro: Add 'BOOST_LIB_SUFFIX'
Boost being boost.
This commit is contained in:
parent
5ba40369cc
commit
7b1f599dd6
2 changed files with 6 additions and 2 deletions
6
mkxp.pro
6
mkxp.pro
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue