summaryrefslogtreecommitdiffstats
path: root/android/compile.sh
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-05-10 18:18:28 +0200
committerGitHub <noreply@github.com>2020-05-10 18:18:28 +0200
commite053f72db824a16c1cb59107315001473058e2bc (patch)
treec54dafbc0048939697cb6ec7a8034534738bdbed /android/compile.sh
parentCleanup some workarounds and warnings (#4735) (diff)
downloadcuberite-e053f72db824a16c1cb59107315001473058e2bc.tar
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.gz
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.bz2
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.lz
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.xz
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.zst
cuberite-e053f72db824a16c1cb59107315001473058e2bc.zip
Diffstat (limited to 'android/compile.sh')
-rwxr-xr-xandroid/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/compile.sh b/android/compile.sh
index 0fee304cf..632026d40 100755
--- a/android/compile.sh
+++ b/android/compile.sh
@@ -4,7 +4,7 @@ set -e
# This script cross-compiles cuberite for the android platform. It uses
# the following enviroment variables
-# CMAKE: Should be the path to a cmake executable of version 3.7+
+# CMAKE: Should be the path to a cmake executable of version 3.12.4+
# NDK: Should be the path to the android ndk root
# (optional) TYPE: either Release or Debug, sets the build type
# (optional) THREADS: The number of threads to use, default 4