mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Adjust build.jam to make regex header only.
While still installing the binary for those few that need it.
This commit is contained in:
@ -20,11 +20,12 @@ project /boost/regex
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_regex : build//boost_regex ]
|
||||
[ alias all : boost_regex example test ]
|
||||
[ alias boost_regex : : : : <library>$(boost_dependencies) ]
|
||||
[ alias boost_regex_old : build//boost_regex ]
|
||||
[ alias all : boost_regex boost_regex_old example test ]
|
||||
;
|
||||
|
||||
call-if : boost-library regex
|
||||
: install boost_regex
|
||||
: install boost_regex_old
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user