From 65d412c84085b32c059a381d90c4a0c6be0a37f0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 22 Jun 2017 17:34:20 +0300 Subject: [PATCH] Execute bootstrap in subshell on Appveyor to preserve TOOLSET --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index dad83bc..7d45646 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,7 @@ install: - git submodule init tools/build - git submodule update - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr - - bootstrap + - cmd /c bootstrap - b2 headers build: off