Mercurial > hg > segmenter-vamp-plugin
view Makefile.osx @ 76:a595de3e6f8d
Fix invalid call to parts.erase(parts.end()), which can crash and never does anything good. I think this is the intended behaviour.
author | Chris Cannam |
---|---|
date | Thu, 24 Jan 2019 15:07:04 +0000 |
parents | 62c3cba7d241 |
children | 85742047ee37 |
line wrap: on
line source
CFLAGS := -O3 -ftree-vectorize -mmacosx-version-min=10.7 -arch i386 -arch x86_64 -Ivamp-plugin-sdk -Iqm-dsp -I/usr/local/boost CXXFLAGS := $(CFLAGS) LDFLAGS := -mmacosx-version-min=10.7 -arch i386 -arch x86_64 -dynamiclib -exported_symbols_list segmentino/vamp-plugin.list PLUGIN_EXT := .dylib include Makefile.inc