Mercurial > hg > nnls-chroma
changeset 21:1e2d0db15920 matthiasm-plugin
currentstate
author | matthiasm |
---|---|
date | Mon, 18 Oct 2010 09:35:26 +0000 |
parents | f64673b617de |
children | 444c344681f3 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Sep 29 13:11:17 2010 +0000 +++ b/Makefile Mon Oct 18 09:35:26 2010 +0000 @@ -32,10 +32,10 @@ ## Uncomment these for an OS/X native build using command-line tools: -CXXFLAGS = -arch i386 -I$(VAMP_SDK_DIR) -I$(FFT_DIR) -I$(NNLS_DIR) -I$(BOOST_ROOT) -Wall -fPIC -g +CXXFLAGS = -mmacosx-version-min=10.5 -arch i386 -I$(VAMP_SDK_DIR) -I$(FFT_DIR) -I$(NNLS_DIR) -I$(BOOST_ROOT) -Wall -fPIC -g PLUGIN_EXT = .dylib PLUGIN = $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) -LDFLAGS = -fopenmp -g -m32 -dynamiclib -install_name $(PLUGIN) $(VAMP_SDK_DIR)/libvamp-sdk.a -exported_symbols_list vamp-plugin.list -framework Accelerate +LDFLAGS = -mmacosx-version-min=10.5 -g -m32 -dynamiclib -install_name $(PLUGIN) $(VAMP_SDK_DIR)/libvamp-sdk.a -exported_symbols_list vamp-plugin.list -framework Accelerate ## Uncomment these for an OS/X universal binary using command-line tools: