HOTFIX for compiling with --disable-asm or no assembler present

This commit is contained in:
Peter Hyman 2019-12-02 12:30:26 -06:00
parent 9f16f65705
commit db8d1d56e7

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