From eddaa7707b71a2d633aba918336f6f25e85f6ddf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 18 Aug 2008 14:37:38 +0000 Subject: we are not quite ready yet to deal with Univeral builds, the fat binary flags were conflicted with the optimization flags svn path=/trunk/; revision=10252 --- externals/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/Makefile b/externals/Makefile index 56a9c48a..ecd10c6d 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -281,10 +281,10 @@ AKA.WIIREMOTE_SRC := $(wildcard $(externals_src)/io/aka.wiiremote/*.c) AKA.WIIREMOTE_OBJECTS := $(AKA.WIIREMOTE_SRC:.c=.o) $(AKA.WIIREMOTE_OBJECTS) : %.o : %.c - $(CC) $(CFLAGS) $(FAT_FLAGS) -o "$*.o" -c "$*.c" + $(CC) $(CFLAGS) -o "$*.o" -c "$*.c" $(externals_src)/io/aka.wiiremote/akawiiremote.$(EXTENSION): $(AKA.WIIREMOTE_OBJECTS) - $(CC) $(FAT_FLAGS) $(LDFLAGS) -o $(externals_src)/io/aka.wiiremote/akawiiremote.$(EXTENSION) \ + $(CC) $(LDFLAGS) -o $(externals_src)/io/aka.wiiremote/akawiiremote.$(EXTENSION) \ $(AKA.WIIREMOTE_OBJECTS) -weak_framework IOBluetooth \ -weak_framework CoreFoundation # $(STRIP) $(externals_src)/io/aka.wiiremote/aka.wiiremote.$(EXTENSION) -- cgit v1.2.1