mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add object file format guessing from configure
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
# nasm build rule:
|
||||
SUFFIXES = .nasm .lo
|
||||
.nasm.lo:
|
||||
$(NASM) -f elf -d OBJ_FORMAT_elf $< -o $@
|
||||
$(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) $< -o $@
|
||||
|
||||
noinst_LTLIBRARIES = libFLAC-asm.la
|
||||
libFLAC_asm_la_SOURCES = \
|
||||
|
||||
Reference in New Issue
Block a user