mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Pass -i option to nasm so that VPATH builds work correctly
This commit is contained in:
@@ -21,7 +21,7 @@ SUFFIXES = .nasm .lo
|
||||
STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
|
||||
|
||||
.nasm.lo:
|
||||
$(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) $< -o $@
|
||||
$(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) -i$(srcdir)/ $< -o $@
|
||||
|
||||
noinst_LTLIBRARIES = libFLAC-asm.la
|
||||
libFLAC_asm_la_SOURCES = \
|
||||
|
||||
Reference in New Issue
Block a user