From 07e7476a4f398eda628da30f07cafb5c4c43118d Mon Sep 17 00:00:00 2001 From: gw-chuck Date: Wed, 18 Jun 2008 01:36:01 +0000 Subject: [PATCH] *** empty log message *** --- v2/makefile.osx-ub | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v2/makefile.osx-ub b/v2/makefile.osx-ub index 2f318172..2de91884 100755 --- a/v2/makefile.osx-ub +++ b/v2/makefile.osx-ub @@ -8,7 +8,7 @@ FLAGS=-D__MACOSX_CORE__ -D__MACOSX_UB__ -c -arch ppc -arch i386 \ -isysroot /Developer/SDKs/MacOSX10.4u.sdk LIBS=-framework CoreAudio -framework CoreMIDI -framework CoreFoundation \ -framework IOKit -framework Carbon -lstdc++ -lm \ - -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk + -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk SF_OBJ=util_sndfile.o ifneq ($(CHUCK_STAT),) @@ -215,4 +215,3 @@ util_sndfile.o: util_sndfile.h util_sndfile.c clean: rm -f chuck *~ *.o chuck.output chuck.tab.h chuck.tab.c chuck.yy.c - -- 2.11.4.GIT