mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
HOTFIX for compiling with --disable-asm or no assembler present
This commit is contained in:
parent
9f16f65705
commit
db8d1d56e7
|
|
@ -16,7 +16,7 @@ if USE_ASM
|
||||||
ASM_H += @top_srcdir@/lzma/ASM/x86/7zAsm.asm
|
ASM_H += @top_srcdir@/lzma/ASM/x86/7zAsm.asm
|
||||||
C_S += 7zCrcT8.c
|
C_S += 7zCrcT8.c
|
||||||
else
|
else
|
||||||
C_S += 7zCrcT8.c
|
C_S += 7zCrc.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_LTLIBRARIES = liblzma.la
|
noinst_LTLIBRARIES = liblzma.la
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue