1
0
forked from boostorg/bind

Switch to library requirements instead of source. As source puts extra source in install targets.

This commit is contained in:
Rene Rivera
2024-03-29 21:12:36 -05:00
parent e18818ec06
commit da830bc0eb

View File

@@ -7,8 +7,8 @@ import project ;
project /boost/bind
: common-requirements
<source>/boost/config//boost_config
<source>/boost/core//boost_core
<library>/boost/config//boost_config
<library>/boost/core//boost_core
<include>include
;