libretro: build android with newer cmake
This commit is contained in:
parent
0141745abd
commit
46a3a3e23f
1 changed files with 3 additions and 1 deletions
|
|
@ -117,10 +117,12 @@ android-arm64-v8a:
|
|||
- export NUMPROC=$(($(nproc)/5))
|
||||
- perl -pi -e 's/bullseye/bookworm/g' /etc/apt/sources.list
|
||||
- apt-get update -qy
|
||||
- apt-get install -qy cmake glslang-tools
|
||||
- apt-get install -qy glslang-tools
|
||||
- export ANDROID_NDK_VERSION=26.2.11394342
|
||||
- export NDK_ROOT=/android-sdk-linux/ndk/$ANDROID_NDK_VERSION
|
||||
- /android-sdk-linux/cmdline-tools/latest/bin/sdkmanager "ndk;$ANDROID_NDK_VERSION"
|
||||
- /android-sdk-linux/cmdline-tools/latest/bin/sdkmanager "cmake;3.30.3"
|
||||
- export PATH=/android-sdk-linux/cmake/3.30.3/bin:$PATH
|
||||
|
||||
# iOS arm64
|
||||
libretro-build-ios-arm64:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue