From 51f7f7f53eaf752d72e1b2dfe25c587c446722a9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 23 Dec 2017 12:01:03 +0200 Subject: [PATCH] Add -d0 to `b2 headers` on Appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9d859fc..fa53034 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ install: - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility - python tools/boostdep/depinst/depinst.py utility - cmd /c bootstrap - - b2 headers + - b2 -d0 headers build: off