mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
PhotoChiotte: Build Fix for Bullseye
This commit is contained in:
parent
ae098f3ee8
commit
d50b50a50b
1 changed files with 2 additions and 2 deletions
|
|
@ -465,7 +465,7 @@ Builds:
|
|||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y nasm ninja-build meson
|
||||
- apt-get install -y autoconf automake libtool make nasm pkg-config meson ninja-build
|
||||
gradle:
|
||||
- flavorA
|
||||
build:
|
||||
|
|
@ -474,7 +474,7 @@ Builds:
|
|||
- cd app/src/main/cpp
|
||||
- cmake -DANDROID_NATIVE_API_LEVEL=21 -DCMAKE_TOOLCHAIN_FILE=$$NDK$$/build/cmake/android.toolchain.cmake
|
||||
.
|
||||
ndk: r23c
|
||||
ndk: r25b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue