mirror of
https://github.com/yuzu-emu/ext-boost
synced 2024-11-24 17:48:19 +00: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/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" .
|
||||
|
|
Loading…
Reference in a new issue