From edd6a329ee104a7d005f9cf056fbb24a6bf87b90 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 16 Oct 2020 00:29:12 +0200 Subject: [PATCH] tell 7z to extract to specific directory --- CI/before_script.msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 9ca2d3ebf..d9f11ff30 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -913,7 +913,7 @@ printf "LZ4 1.9.2... " printf "Exists. " elif [ -z $SKIP_EXTRACT ]; then rm -rf LZ4-1.9.2 - eval 7z x -y lz4_win${BITS}_v1_9_2.zip $STRIP + eval 7z x -y lz4_win${BITS}_v1_9_2.zip -o./LZ4-1.9.2 $STRIP fi export LZ4DIR="$(real_pwd)/LZ4-1.9.2" add_cmake_opts -DLZ4_INCLUDE_DIR="${LZ4DIR}/include" \