Execute bootstrap in subshell on Appveyor to preserve TOOLSET

This commit is contained in:
Peter Dimov
2017-06-22 17:34:20 +03:00
parent d031d4719f
commit 65d412c840

View File

@ -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