mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix bug where I accidentally escaped the BOOST_LIB_SUFFIX variable
This commit is contained in:
parent
b978977e7a
commit
79b4511104
2
dependencies/boost.pri
vendored
2
dependencies/boost.pri
vendored
|
@ -15,5 +15,5 @@ win32 {
|
||||||
BOOST_LIB_SUFFIX = lib
|
BOOST_LIB_SUFFIX = lib
|
||||||
}
|
}
|
||||||
|
|
||||||
LIBS += -L$$BOOST_DIRECTORY\$$BOOST_LIB_SUFFIX
|
LIBS += -L$$BOOST_DIRECTORY\\$$BOOST_LIB_SUFFIX
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue