From 4b405304533c80f7b0b84ff990dbbede6e4e9a32 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 29 May 2017 20:30:47 +0100 Subject: [PATCH] Fix directory name --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b6e1f44..7ab10e2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,7 +59,7 @@ install: - git submodule update --init libs/static_assert - git submodule update --init libs/throw_exception - git submodule update --init libs/utility - - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\config + - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\type_traits - bootstrap - b2 headers