mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Moonlight: fix build
This commit is contained in:
parent
1a67662c85
commit
3bca86a7a6
1 changed files with 12 additions and 9 deletions
|
|
@ -2781,7 +2781,6 @@ Builds:
|
|||
|
||||
- versionName: 9.8.6
|
||||
versionCode: 257
|
||||
disable: fails to build https://github.com/moonlight-stream/moonlight-android/issues/960
|
||||
commit: v9.8.6
|
||||
subdir: app
|
||||
submodules: true
|
||||
|
|
@ -2823,17 +2822,21 @@ Builds:
|
|||
- cp -R include/ ${lib}/libopus/
|
||||
- popd
|
||||
- pushd $$OpenSSL$$
|
||||
- ./Configure android-arm -D__ANDROID_API__=16 no-stdio
|
||||
- make clean build_libs -j`nproc`
|
||||
- ./Configure android-arm no-shared no-ssl3 no-stdio no-engine no-hw -D__ANDROID_API__=16
|
||||
- make clean
|
||||
- make build_libs -j`nproc`
|
||||
- cp lib*.a ${lib}/openssl/armeabi-v7a/
|
||||
- ./Configure android-arm64 -D__ANDROID_API__=21 no-stdio
|
||||
- make clean build_libs -j`nproc`
|
||||
- ./Configure android-arm64 no-shared no-ssl3 no-stdio no-engine no-hw -D__ANDROID_API__=21
|
||||
- make clean
|
||||
- make build_libs -j`nproc`
|
||||
- cp lib*.a ${lib}/openssl/arm64-v8a/
|
||||
- ./Configure android-x86 -D__ANDROID_API__=16 no-stdio
|
||||
- make clean build_libs -j`nproc`
|
||||
- ./Configure android-x86 no-shared no-ssl3 no-stdio no-engine no-hw -D__ANDROID_API__=16
|
||||
- make clean
|
||||
- make build_libs -j`nproc`
|
||||
- cp lib*.a ${lib}/openssl/x86/
|
||||
- ./Configure android-x86_64 -D__ANDROID_API__=21 no-stdio
|
||||
- make clean build_libs -j`nproc`
|
||||
- ./Configure android-x86_64 no-shared no-ssl3 no-stdio no-engine no-hw -D__ANDROID_API__=21
|
||||
- make clean
|
||||
- make build_libs -j`nproc`
|
||||
- cp lib*.a ${lib}/openssl/x86_64/
|
||||
- cp -R include/ ${lib}/openssl/
|
||||
- popd
|
||||
|
|
|
|||
Loading…
Reference in a new issue