Mercurial > hg > vamp-onsetsds-plugin
changeset 14:548765a9715d
Switch subrepo to git repo, build fix
author | Chris Cannam |
---|---|
date | Wed, 29 Jun 2016 09:27:23 +0100 |
parents | 8bc4ec815b6b |
children | a55de4e9d7e1 |
files | .hgsub .hgsubstate Makefile.osx |
diffstat | 3 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsub Fri Aug 01 12:29:37 2014 +0100 +++ b/.hgsub Wed Jun 29 09:27:23 2016 +0100 @@ -1,1 +1,2 @@ -onsetsds = [svn]svn://svn.code.sf.net/p/onsetsds/code/ +onsetsds = [git]https://github.com/danstowell/onsetsds +
--- a/.hgsubstate Fri Aug 01 12:29:37 2014 +0100 +++ b/.hgsubstate Wed Jun 29 09:27:23 2016 +0100 @@ -1,1 +1,1 @@ -9 onsetsds +3b5daceeb8f419e95c72ed767765714177ff275f onsetsds
--- a/Makefile.osx Fri Aug 01 12:29:37 2014 +0100 +++ b/Makefile.osx Wed Jun 29 09:27:23 2016 +0100 @@ -3,7 +3,7 @@ PLUGIN_CODE_OBJECTS = onsetsdsplugin.o onsetsds/src/onsetsds.o -ARCHFLAGS = -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.5 -arch i386 -arch x86_64 +ARCHFLAGS = -mmacosx-version-min=10.7 -arch x86_64 -stdlib=libc++ CFLAGS = $(ARCHFLAGS) -Wall -fPIC -g -O3 CXXFLAGS = $(CFLAGS) -I$(VAMP_SDK_DIR) -I. PLUGIN_EXT = .dylib