mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Travis: Fix Blackberry
This commit is contained in:
parent
d6b51d4dfa
commit
5598fe4bde
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ before_install:
|
|||
- download_extract() { aria2c -x 16 $1 -o $2 && tar -xf $2; }
|
||||
# Travis uses CMake 2.8.7. We require 2.8.8. Grab latest
|
||||
- if [ "$CMAKE" == "TRUE" ]; then
|
||||
sudo apt-get install lib32stdc++6 -qq &&
|
||||
sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev -qq &&
|
||||
aria2c -x 16 http://www.cmake.org/files/v2.8/cmake-2.8.12.2-Linux-i386.sh &&
|
||||
chmod a+x cmake-2.8.12.2-Linux-i386.sh &&
|
||||
sudo ./cmake-2.8.12.2-Linux-i386.sh --skip-license --prefix=/usr;
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit d052c403f954a732644a769aec28432aa2065267
|
||||
Subproject commit 271ecd0cae6e340bf0d16bc41409b15311712c4f
|
Loading…
Add table
Reference in a new issue