summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-06-04 19:10:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-06-04 19:41:48 +0300
commit1b084ebf8f809354d9dcc90b90f46aea244896a0 (patch)
tree5cf774122dc503457adf4a8ed00e78ccd4f19639 /tools
parenteef5226819583fa309df84dec54421b490c81d42 (diff)
one needs to wipe temporary folder completely before building
Diffstat (limited to 'tools')
-rw-r--r--tools/boost/build_boost.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/boost/build_boost.bat b/tools/boost/build_boost.bat
index 83c3d200c9..c7c416bc2a 100644
--- a/tools/boost/build_boost.bat
+++ b/tools/boost/build_boost.bat
@@ -4,6 +4,8 @@ set p2=%2
if "%p1%" == "" (echo "please specify target platform by adding '86' or '64' parameter to command line!'"&&pause&&goto :EOF)
if "%p2%" == "" (echo "please specify target msvc compiler by adding '14.1' for MSVC2017 to command line!'"&&pause&&goto :EOF)
+rd /Q /S bin.v2
+
call bootstrap.bat
if "%p2%" == "14.1" (