From: Yann Collet Date: Fri, 28 Feb 2025 00:59:40 +0000 (-0800) Subject: proper usage of standard variables X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88100bc62f8b28c1981a6d0d2cf28e4a7ec8a2b2;p=thirdparty%2Fzstd.git proper usage of standard variables --- diff --git a/.github/workflows/windows-artifacts.yml b/.github/workflows/windows-artifacts.yml index d6f934904..bb8c127b9 100644 --- a/.github/workflows/windows-artifacts.yml +++ b/.github/workflows/windows-artifacts.yml @@ -42,7 +42,7 @@ jobs: - name: Building zstd programs run: | - CPPFLAGS=-I../zlib LDFLAGS=../zlib/libz.a make -j allzstd MOREFLAGS=-static V=1 + CPPFLAGS=-I../zlib LDLIBS=../zlib/libz.a LDFLAGS=-static make -j allzstd V=1 - name: Create artifacts run: |