From d7ad42724d927f57cb11a6a488efa95a2db4120a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 13 Mar 2017 19:42:39 +0200 Subject: [PATCH] Revert Appveyor changes. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1857fe9..9b4944a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ install: - git submodule init tools/build - git submodule update - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr - - cmd /d /c bootstrap || type bootstrap.log & color 00 + - bootstrap - b2 headers build: off