forked from boostorg/regex
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
|
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
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user