From c8f157b2231ba21d40a6699ffbdeb7874b9b1abd Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 16 Mar 2015 14:54:35 +0000 Subject: =?UTF-8?q?Make=20Makefile=20look=20in=20/usr/local/include=20and?= =?UTF-8?q?=20/usr/local/include/dssi=20=E2=80=94=20where=20we=E2=80=99d?= =?UTF-8?q?=20usually=20expect=20a=20user-installed=20dssi.h=20and=20alsa/?= =?UTF-8?q?=20headers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/externals/postlude/; revision=17444 --- pluginhost~/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pluginhost~/Makefile b/pluginhost~/Makefile index 393b1ae..4093022 100644 --- a/pluginhost~/Makefile +++ b/pluginhost~/Makefile @@ -111,7 +111,7 @@ ifeq ($(UNAME),Darwin) SHARED_EXTENSION = dylib OS = macosx PD_PATH = /Applications/Pd-extended.app/Contents/Resources - OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 -fast + OPT_CFLAGS = -fast # build universal 32-bit on 10.4 and 32/64 on newer ifeq ($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8) FAT_FLAGS = -arch ppc -arch i386 -mmacosx-version-min=10.4 @@ -119,7 +119,7 @@ ifeq ($(UNAME),Darwin) SOURCES += $(SOURCES_iphoneos) # Starting with Xcode 4.0, the PowerPC compiler is not installed by default ifeq ($(wildcard /usr/llvm-gcc-4.2/libexec/gcc/powerpc*), ) - FAT_FLAGS = -arch i386 -mmacosx-version-min=10.5 + FAT_FLAGS = -arch x86_64 -mmacosx-version-min=10.5 else FAT_FLAGS = -arch ppc -arch i386 -arch x86_64 -mmacosx-version-min=10.4 endif -- cgit v1.2.1