fix bug where I accidentally escaped the BOOST_LIB_SUFFIX variable
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user