From 28b0c2a425b2a8dbd27e001020c168d241da5d2d Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sat, 10 Jun 2017 18:26:21 -0700 Subject: [PATCH] Have build script take boost path as a parameter instead of env var --- build.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.cmd b/build.cmd index 62513a5..71b9c1a 100644 --- a/build.cmd +++ b/build.cmd @@ -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" .