mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- versionName: 9.8.6
|
||||||
versionCode: 257
|
versionCode: 257
|
||||||
disable: fails to build https://github.com/moonlight-stream/moonlight-android/issues/960
|
|
||||||
commit: v9.8.6
|
commit: v9.8.6
|
||||||
subdir: app
|
subdir: app
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
@ -2823,17 +2822,21 @@ Builds:
|
||||||
- cp -R include/ ${lib}/libopus/
|
- cp -R include/ ${lib}/libopus/
|
||||||
- popd
|
- popd
|
||||||
- pushd $$OpenSSL$$
|
- pushd $$OpenSSL$$
|
||||||
- ./Configure android-arm -D__ANDROID_API__=16 no-stdio
|
- ./Configure android-arm no-shared no-ssl3 no-stdio no-engine no-hw -D__ANDROID_API__=16
|
||||||
- make clean build_libs -j`nproc`
|
- make clean
|
||||||
|
- make build_libs -j`nproc`
|
||||||
- cp lib*.a ${lib}/openssl/armeabi-v7a/
|
- cp lib*.a ${lib}/openssl/armeabi-v7a/
|
||||||
- ./Configure android-arm64 -D__ANDROID_API__=21 no-stdio
|
- ./Configure android-arm64 no-shared no-ssl3 no-stdio no-engine no-hw -D__ANDROID_API__=21
|
||||||
- make clean build_libs -j`nproc`
|
- make clean
|
||||||
|
- make build_libs -j`nproc`
|
||||||
- cp lib*.a ${lib}/openssl/arm64-v8a/
|
- cp lib*.a ${lib}/openssl/arm64-v8a/
|
||||||
- ./Configure android-x86 -D__ANDROID_API__=16 no-stdio
|
- ./Configure android-x86 no-shared no-ssl3 no-stdio no-engine no-hw -D__ANDROID_API__=16
|
||||||
- make clean build_libs -j`nproc`
|
- make clean
|
||||||
|
- make build_libs -j`nproc`
|
||||||
- cp lib*.a ${lib}/openssl/x86/
|
- cp lib*.a ${lib}/openssl/x86/
|
||||||
- ./Configure android-x86_64 -D__ANDROID_API__=21 no-stdio
|
- ./Configure android-x86_64 no-shared no-ssl3 no-stdio no-engine no-hw -D__ANDROID_API__=21
|
||||||
- make clean build_libs -j`nproc`
|
- make clean
|
||||||
|
- make build_libs -j`nproc`
|
||||||
- cp lib*.a ${lib}/openssl/x86_64/
|
- cp lib*.a ${lib}/openssl/x86_64/
|
||||||
- cp -R include/ ${lib}/openssl/
|
- cp -R include/ ${lib}/openssl/
|
||||||
- popd
|
- popd
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue