*** empty log message ***

This commit is contained in:
Sam Lantinga 2006-04-17 14:27:47 +00:00
parent 8134d3c179
commit e4cfa5a25d

View File

@ -119,7 +119,7 @@ fi
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!" &&