Merge pull request #137 from pete4abw/fixasm

HOTFIX for compiling with --disable-asm or no assembler present
This commit is contained in:
Con Kolivas 2019-12-03 07:09:01 +11:00 committed by GitHub
commit c90c71782e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ if USE_ASM
ASM_H += @top_srcdir@/lzma/ASM/x86/7zAsm.asm
C_S += 7zCrcT8.c
else
C_S += 7zCrcT8.c
C_S += 7zCrc.c
endif
noinst_LTLIBRARIES = liblzma.la