Mercurial > hg > vamp-plugin-sdk
diff build/Makefile.osx @ 406:b7268e8bd292
Build tweaks for OS/X
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2015 13:37:18 +0100 |
parents | 86b9f817223a |
children | 8c45dee08a95 |
line wrap: on
line diff
--- a/build/Makefile.osx Tue Jun 16 13:25:13 2015 +0100 +++ b/build/Makefile.osx Tue Jun 16 13:37:18 2015 +0100 @@ -65,7 +65,7 @@ # Our default is to try to build for all architectures supported by # the MINVERSION in a universal binary. # -ARCHFLAGS ?= -mmacosx-version-min=$(MINVERSION) -arch x86_64 -arch i386 -stdlib=libc++ +ARCHFLAGS ?= -mmacosx-version-min=$(MINVERSION) -arch x86_64 -stdlib=libc++ # Compile flags #