*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401652
This commit is contained in:
parent
0923d2b9fc
commit
99861e398e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue