mirror of
https://git.suyu.dev/suyu/ext-boost.git
synced 2025-12-21 21:26:07 +01:00
Have build script take boost path as a parameter instead of env var
This commit is contained in:
parent
3519723963
commit
28b0c2a425
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue