Change all <source> references to <library>.

This commit is contained in:
Rene Rivera
2024-07-20 19:37:25 -05:00
parent 9f9cbdc37f
commit ad95019348

View File

@@ -15,9 +15,9 @@ import notfile ;
project
: requirements
<toolset>gcc:<cxxflags>-Wno-deprecated-declarations
<source>/boost/core//boost_core
<source>/boost/detail//boost_detail
<source>/boost/type_traits//boost_type_traits
<library>/boost/core//boost_core
<library>/boost/detail//boost_detail
<library>/boost/type_traits//boost_type_traits
;