Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 17, 2006
1 parent 26ef289 commit 540fdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/fatbuild.sh
Expand Up @@ -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!" &&
Expand Down

0 comments on commit 540fdcb

Please sign in to comment.