From fb7ed617cdf0ccf510fab9cbe328186b08bc107b Mon Sep 17 00:00:00 2001 From: Damian Jarek Date: Fri, 19 Apr 2019 01:09:21 +0200 Subject: [PATCH] Ensure beast is copied to libs/beast The BUILD_DIR on Appveyor has different names sometimes, use a consistent directory name to avoid build failures. Signed-off-by: Damian Jarek --- CHANGELOG.md | 1 + tools/get-boost.sh | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b63783b..90cfea59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 252: * More std::string_view fixes +* CI copies to libs/beast -------------------------------------------------------------------------------- diff --git a/tools/get-boost.sh b/tools/get-boost.sh index 648a27f2..222a76d0 100755 --- a/tools/get-boost.sh +++ b/tools/get-boost.sh @@ -84,5 +84,4 @@ echo Submodule update complete echo "BUILD_DIR: $build_dir" rm -rf libs/beast -mkdir libs/beast -cp -r $build_dir libs/ +cp -r $build_dir libs/beast