1
0
forked from boostorg/bind

Add -d0 to b2 headers on Appveyor

This commit is contained in:
Peter Dimov
2017-12-18 17:03:52 +02:00
parent e9b0d46d0f
commit d67200bd2a

View File

@@ -34,7 +34,7 @@ install:
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\bind
- python tools/boostdep/depinst/depinst.py bind
- cmd /c bootstrap
- b2 headers
- b2 -d0 headers
build: off