From aed91b64bb22a35e15dfbf3b22e0ad1d70a6815b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 4 Aug 2017 01:37:11 +0300 Subject: [PATCH] Add missing backslash to appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 295fcd9..12ad326 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ install: - git submodule update --init tools/build - git submodule update --init libs/config - git submodule update --init tools/boostdep - - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11 + - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11\ - python tools/boostdep/depinst/depinst.py mp11 - cmd /c bootstrap - b2 headers