From e03c31c9bcbae53c432305260417dbde005c55e1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 12 Oct 2021 17:56:31 +0300 Subject: [PATCH] Add `-I examples` to depinst --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 58895f7..8511118 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -58,7 +58,7 @@ install: - cd boost-root - git submodule update --init tools/boostdep - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\container_hash\ - - python tools/boostdep/depinst/depinst.py container_hash + - python tools/boostdep/depinst/depinst.py -I examples container_hash - cmd /c bootstrap - b2 -d0 headers