changeset 1645:2a55580b767b

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Apr 2006 14:27:47 +0000
parents 8a858076f39d
children 7c53bb4b1db4
files build-scripts/fatbuild.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-scripts/fatbuild.sh	Mon Apr 17 07:03:13 2006 +0000
+++ b/build-scripts/fatbuild.sh	Mon Apr 17 14:27:47 2006 +0000
@@ -119,7 +119,7 @@
 target=`echo build/x86/build/.libs/*.dylib | sed 's|.*/||'`
 if test x$merge = xyes; then
     (cd build && \
-     lipo -create -o $target */build/.libs/*.dylib &&
+     lipo -create -o $target */build/.libs/libSDL.dylib &&
      lipo -create -o SDLMain.o */build/SDLMain.o &&
      ar cru libSDLmain.a SDLMain.o && ranlib libSDLmain.a &&
      echo "Build complete!" &&