Execute bootstrap in a subshell in Appveyor

This commit is contained in:
Peter Dimov
2017-06-22 17:28:25 +03:00
parent 483f3769e6
commit 81880ba5ff

View File

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