From e4905179f32f8bcfc96fcd9ba0753370028ea291 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 24 Jun 2019 15:11:29 -0700 Subject: [PATCH] Undoing b2 diagnostic hacks --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e6805b55..9e0de34e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,8 +33,7 @@ install: - git submodule update --init tools/boostdep - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\leaf\ - python tools/boostdep/depinst/depinst.py leaf - - cmd /c bootstrap & exit 0 - - type bootstrap.log + - cmd /c bootstrap - b2 headers build: off