From 20c83eb059e7db71d7375a29229438dc806c2c07 Mon Sep 17 00:00:00 2001 From: Reshetnikov Alexandr Date: Tue, 10 Oct 2023 23:07:01 +0400 Subject: [PATCH] .. --- zstd/build_mingw.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zstd/build_mingw.sh b/zstd/build_mingw.sh index 2f7648647..8ab24dca7 100755 --- a/zstd/build_mingw.sh +++ b/zstd/build_mingw.sh @@ -25,8 +25,8 @@ git clone --depth 1 --branch v1.2.11 https://github.com/madler/zlib make -C zlib -f win32/Makefile.gcc libz.a cd "$dp0/release/$tool_name-$tool_version" -export CPPFLAGS=-I./zlib -export LDFLAGS=./zlib/libz.a +export CPPFLAGS=-I../zlib +export LDFLAGS=../zlib/libz.a make -j allzstd MOREFLAGS=-static V=1 cp -f "./$tool_name.exe" "$dp0/release/build/"