From 81880ba5ffca65eb4959a14d36dfa8ba1d7f65ca Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 22 Jun 2017 17:28:25 +0300 Subject: [PATCH] Execute bootstrap in a subshell in Appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 304c460..d8184b5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,7 +59,7 @@ install: - git submodule update --init tools/boostdep - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\system - python tools/boostdep/depinst/depinst.py system - - bootstrap + - cmd /c bootstrap - b2 headers build: off