mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Add iOS packaging to b.sh. Fix a bug.
This commit is contained in:
parent
4183c2886d
commit
50fec0e741
6
b.sh
6
b.sh
@ -96,11 +96,13 @@ fi
|
||||
make -j4 $MAKE_OPT
|
||||
|
||||
if [ "$PACKAGE" == "1" ]; then
|
||||
if [ "$OS" == "Blackberry" ]; then
|
||||
if [ "$TARGET_OS" == "Blackberry" ]; then
|
||||
cp ../Blackberry/bar-descriptor.xml .
|
||||
blackberry-nativepackager -package PPSSPP.bar bar-descriptor.xml $DEBUG_ARGS
|
||||
elif [ "$OS" == "Symbian" ]; then
|
||||
elif [ "$TARGET_OS" == "Symbian" ]; then
|
||||
make sis
|
||||
elif [ "$TARGET_OS" == "iOS" ]; then
|
||||
xcodebuild -configuration Release
|
||||
fi
|
||||
fi
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user