mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update boost dependency file
This commit is contained in:
parent
20596ddccd
commit
d3bbbafca7
7
dependencies/boost.pri
vendored
7
dependencies/boost.pri
vendored
|
@ -10,5 +10,10 @@ win32 {
|
|||
|
||||
INCLUDEPATH += $$BOOST_DIRECTORY
|
||||
|
||||
LIBS += -L$$BOOST_DIRECTORY\lib
|
||||
isEmpty(BOOST_LIB_SUFFIX) {
|
||||
message(Using default boost lib directory suffix lib)
|
||||
BOOST_LIB_SUFFIX = lib
|
||||
}
|
||||
|
||||
LIBS += -L$$BOOST_DIRECTORY\$$BOOST_LIB_SUFFIX
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue