]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
proper usage of standard variables
authorYann Collet <cyan@fb.com>
Fri, 28 Feb 2025 00:59:40 +0000 (16:59 -0800)
committerYann Collet <cyan@fb.com>
Fri, 28 Feb 2025 00:59:40 +0000 (16:59 -0800)
.github/workflows/windows-artifacts.yml

index d6f9349048f7fa3d822dbfcf5ccc13ca430b3ebc..bb8c127b9f30afd1d16119ed8ca256662d8e02e2 100644 (file)
@@ -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: |