Change all <source> references to <library>.

This commit is contained in:
Rene Rivera
2024-07-20 19:39:54 -05:00
parent ab44759351
commit 2c5945d272

View File

@@ -16,8 +16,8 @@
# the run rules, which we can pass on to the test_suite rule:
project : requirements
<source>/boost/date_time//boost_date_time
<source>/boost/multi_index//boost_multi_index
<library>/boost/date_time//boost_date_time
<library>/boost/multi_index//boost_multi_index
<toolset>acc:<linkflags>-lrt
<toolset>acc-pa_risc:<linkflags>-lrt
<toolset>gcc,<target-os>windows:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"