File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export HOST_TAG=$HOST_TAG
26
26
export HOST_NPROC=$HOST_NPROC
27
27
28
28
# Using CMake from the Android SDK
29
- export CMAKE_EXECUTABLE=${ANDROID_SDK_HOME} / cmake/3.22.1/bin/cmake
29
+ export CMAKE_EXECUTABLE=$( which cmake)
30
30
# Using Make from the Android SDK
31
31
export MAKE_EXECUTABLE=${ANDROID_NDK_HOME} /prebuilt/${HOST_TAG} /bin/make
32
32
# Using Build machine's Ninja. It is used for libdav1d building. Needs to be installed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM --platform=linux/amd64 ubuntu:22.04
4
4
# Versions of Android SDK and NDK. The CMake is installed via NDK.
5
5
ARG VERSION_SDK=11076708
6
6
ARG VERSION_NDK=27.1.12297006
7
- ARG VERSION_CMAKE=3.22.1
7
+ ARG VERSION_CMAKE=3.30.4
8
8
9
9
# Package to install via pip3
10
10
ARG VERSION_MESON=1.5.2
@@ -28,6 +28,7 @@ RUN apt-get --allow-releaseinfo-change update && apt-get install -y --no-install
28
28
openjdk-17-jdk-headless \
29
29
curl \
30
30
unzip \
31
+ cmake \
31
32
bash \
32
33
nasm \
33
34
pkg-config \
You can’t perform that action at this time.
0 commit comments