Adjust build.jam to make regex header only.

While still installing the binary for those few that need it.
This commit is contained in:
jzmaddock
2025-07-04 17:58:12 +01:00
parent f851a08050
commit 60f5c1b958

View File

@ -20,11 +20,12 @@ project /boost/regex
; ;
explicit explicit
[ alias boost_regex : build//boost_regex ] [ alias boost_regex : : : : <library>$(boost_dependencies) ]
[ alias all : boost_regex example test ] [ alias boost_regex_old : build//boost_regex ]
[ alias all : boost_regex boost_regex_old example test ]
; ;
call-if : boost-library regex call-if : boost-library regex
: install boost_regex : install boost_regex_old
; ;