Have build script take boost path as a parameter instead of env var
This commit is contained in:
parent
3519723963
commit
28b0c2a425
@ -4,9 +4,9 @@ bcp ^
|
|||||||
boost/container/static_vector.hpp ^
|
boost/container/static_vector.hpp ^
|
||||||
boost/crc.hpp ^
|
boost/crc.hpp ^
|
||||||
boost/icl/interval_map.hpp ^
|
boost/icl/interval_map.hpp ^
|
||||||
|
boost/optional.hpp ^
|
||||||
boost/range/algorithm/ ^
|
boost/range/algorithm/ ^
|
||||||
boost/range/algorithm_ext/ ^
|
boost/range/algorithm_ext/ ^
|
||||||
boost/smart_ptr/intrusive_ptr.hpp ^
|
boost/smart_ptr/intrusive_ptr.hpp ^
|
||||||
boost/optional.hpp ^
|
|
||||||
boost/variant/ ^
|
boost/variant/ ^
|
||||||
--boost="%BOOST_PATH%" .
|
--boost="%1" .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user