proper usage of standard variables

This commit is contained in:
Yann Collet
2025-02-27 16:59:40 -08:00
parent 4e1723a7e4
commit 88100bc62f
+1 -1
View 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: |