flatten 20260225
This commit is contained in:
20
resources/packages/zstd/Makefile.project
Executable file
20
resources/packages/zstd/Makefile.project
Executable file
@@ -0,0 +1,20 @@
|
||||
include $(MAKEDIR)/Makefile.base
|
||||
|
||||
|
||||
PROJECTS := \
|
||||
lib/common \
|
||||
lib/compress \
|
||||
lib/decompress \
|
||||
lib/dictBuilder \
|
||||
|
||||
INCPATH := -I include
|
||||
|
||||
LIBFILE := libzstd.a
|
||||
COPYTO := ../../sdk/lib
|
||||
|
||||
_FLAGS := $(_FLAGS) -DZSTD_DISABLE_ASM
|
||||
#-DHUF_DISABLE_FAST_DECODE -DZSTD_DISABLE_ASM
|
||||
|
||||
include $(MAKEDIR)/Makefile.lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user