renamed STATLIB into STATICLIB

for improved clarity
This commit is contained in:
Yann Collet
2023-09-12 13:46:03 -07:00
parent 4edfaa93b7
commit feaa8ac50d
2 changed files with 22 additions and 18 deletions
+2
View File
@@ -9,6 +9,7 @@
# ################################################################
# Ensure the file is not included twice
# Note : must be included after setting the default target
ifndef LIBZSTD_MK_INCLUDED
LIBZSTD_MK_INCLUDED := 1
@@ -64,6 +65,7 @@ VOID ?= /dev/null
NUM_SYMBOL := \#
# define silent mode as default (verbose mode with V=1 or VERBOSE=1)
# Note : must be defined _after_ the default target
$(V)$(VERBOSE).SILENT:
# When cross-compiling from linux to windows,