We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73fff08 + 15ad7d2 commit ae58359Copy full SHA for ae58359
Makefile
@@ -288,7 +288,7 @@ endif
288
289
ifeq ($(MT),0)
290
DEF_FLAGS += \
291
- -D_7ZIP_ST \
+ -DZ7_ST \
292
-D_IS_USED_MULTITHREAD=0
293
else
294
builds/android_ndk_jni_mk/Android.mk
@@ -104,7 +104,7 @@ else
104
endif
105
ifeq ($(LZMA),0)
106
107
- DEF_FLAGS += -D_CompressPlugin_lzma -D_CompressPlugin_lzma2 -D_7ZIP_ST -I$(LZMA_PATH)
+ DEF_FLAGS += -D_CompressPlugin_lzma -D_CompressPlugin_lzma2 -DZ7_ST -I$(LZMA_PATH)
108
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
109
DEF_FLAGS += -D_LZMA_DEC_OPT
110
0 commit comments