Mercurial > hg > vamp-aubio-plugins
changeset 95:46e40a39dcf2
Makefile.inc: remove ARCHFLAGS from LDFLAGS
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sat, 31 Jan 2015 13:14:26 +0100 |
parents | 92ec5f00065a |
children | 66c38be4c67d |
files | Makefile.inc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.inc Sat Jan 31 13:13:15 2015 +0100 +++ b/Makefile.inc Sat Jan 31 13:14:26 2015 +0100 @@ -15,7 +15,7 @@ CFLAGS := $(ARCHFLAGS) $(CFLAGS) CXXFLAGS := $(CFLAGS) -I. -I$(VAMPSDK_DIR) $(CXXFLAGS) -LDFLAGS := $(ARCHFLAGS) -L$(VAMPSDK_DIR) -laubio $(LDFLAGS) +LDFLAGS := -L$(VAMPSDK_DIR) -laubio $(LDFLAGS) PLUGIN_LDFLAGS := $(LDFLAGS) $(PLUGIN_LDFLAGS) # Defaults, overridden from the platform-specific Makefile