Skip to content

Commit

Permalink
Change all <source> references to <library>.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jul 21, 2024
1 parent 2b6dea3 commit 8e982da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ run example10.cpp ;
run example11.cpp ;
run example13.cpp ;
run example14.cpp ;
run example15.cpp : : : <source>/boost/rational//boost_rational ;
run example15.cpp : : : <library>/boost/rational//boost_rational ;
run example16.cpp ;
compile-fail example17.cpp ;
run example18.cpp ;
Expand Down
2 changes: 1 addition & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ run test_performance.cpp # sources
: <variant>debug:<build>no # requirements
;
run test_range.cpp ;
run test_rational.cpp : : : <source>/boost/rational//boost_rational ;
run test_rational.cpp : : : <library>/boost/rational//boost_rational ;
run test_right_shift_automatic.cpp ;
run test_right_shift_native.cpp ;
run test_safe_compare.cpp ;
Expand Down

0 comments on commit 8e982da

Please # to comment.