diff Makefile.osx @ 49:b27e42b68c61

* Added reference tempo parameter for cyclic tempogram
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Tue, 30 Sep 2014 14:44:39 +0100
parents 44d8e5dc1902
children a3d463ea7a57
line wrap: on
line diff
--- a/Makefile.osx	Mon Sep 29 16:22:16 2014 +0100
+++ b/Makefile.osx	Tue Sep 30 14:44:39 2014 +0100
@@ -19,18 +19,18 @@
 
 # Flags to determine processor architecture and system SDK
 
-ARCHFLAGS	?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386
+ARCHFLAGS	?= -mmacosx-version-min=10.6 -arch x86_64
 
 
 # Location of Vamp plugin SDK relative to the project directory
 
-VAMPSDK_DIR	:= ../vamp-plugin-sdk
+VAMPSDK_DIR	:= /usr/local/include
 
 
 # Libraries and linker flags required by plugin: add any -l<library>
 # options here
 
-PLUGIN_LDFLAGS	:= -dynamiclib -exported_symbols_list vamp-plugin.list $(VAMPSDK_DIR)/libvamp-sdk.a
+PLUGIN_LDFLAGS	:= -dynamiclib -exported_symbols_list vamp-plugin.list /usr/local/lib/libvamp-sdk.a
 
 
 # File extension for plugin library on this platform