From a81745308c2fed1b9b481a41a52e11fde4ec55fb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 22 Jun 2017 17:35:20 +0300 Subject: [PATCH] Execute bootstrap in subshell on Appveyor to preserve TOOLSET --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d185b09..30415c2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# Copyright 2016 Peter Dimov +# Copyright 2016, 2017 Peter Dimov # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) @@ -30,7 +30,7 @@ install: - mkdir libs\mp11 - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11 - python tools/boostdep/depinst/depinst.py mp11 - - bootstrap + - cmd /c bootstrap - b2 headers build: off