mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
*** empty log message ***
This commit is contained in:
parent
8134d3c179
commit
e4cfa5a25d
|
|
@ -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!" &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user