Have build script take boost path as a parameter instead of env var

This commit is contained in:
Yuri Kunde Schlesner 2017-06-10 18:26:21 -07:00
parent 3519723963
commit 28b0c2a425

View file

@ -4,9 +4,9 @@ bcp ^
boost/container/static_vector.hpp ^
boost/crc.hpp ^
boost/icl/interval_map.hpp ^
boost/optional.hpp ^
boost/range/algorithm/ ^
boost/range/algorithm_ext/ ^
boost/smart_ptr/intrusive_ptr.hpp ^
boost/optional.hpp ^
boost/variant/ ^
--boost="%BOOST_PATH%" .
--boost="%1" .