mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Enable Symbian again.
This commit is contained in:
parent
e979b3a6ce
commit
0315a662cf
2 changed files with 2 additions and 3 deletions
|
@ -75,7 +75,7 @@ travis_install() {
|
|||
if [ "$PPSSPP_BUILD_TYPE" = "Symbian" ]; then
|
||||
sudo apt-get install lib32stdc++6 lib32bz2-1.0 -qq
|
||||
download_extract https://github.com/xsacha/SymbianGCC/releases/download/4.8.3/gcc4.8.3_x86-64.tar.bz2 compiler.tar.bz2
|
||||
download_extract https://github.com/xsacha/SymbianGCC/releases/download/4.8.3/ndk.tar.bz2 ndk.tar.bz2
|
||||
download_extract https://github.com/xsacha/SymbianGCC/releases/download/4.8.3/ndk-new.tar.bz2 ndk.tar.bz2
|
||||
export EPOCROOT=$(pwd)/SDKs/SymbianSR1Qt474/ SBS_GCCE483BIN=$(pwd)/gcc4.8.3_x86-64/bin
|
||||
cp ffmpeg/symbian/armv6/lib/* $EPOCROOT/epoc32/release/armv5/urel/
|
||||
fi
|
||||
|
|
|
@ -15,8 +15,7 @@ env:
|
|||
- PPSSPP_BUILD_TYPE=Android
|
||||
- PPSSPP_BUILD_TYPE=Blackberry
|
||||
CMAKE=TRUE
|
||||
# Currently broken.
|
||||
# - PPSSPP_BUILD_TYPE=Symbian
|
||||
- PPSSPP_BUILD_TYPE=Symbian
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
|
Loading…
Add table
Reference in a new issue