mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Updated prepare.py minimum cmake version to 3.10, required to build with NDK 16
This commit is contained in:
parent
968178b5dd
commit
a80fd5efb4
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class AndroidPreparator(prepare.Preparator):
|
|||
self.min_supported_ndk = 16
|
||||
self.max_supported_ndk = 16
|
||||
self.unsupported_ndk_version = None
|
||||
self.min_cmake_version = "3.7"
|
||||
self.min_cmake_version = "3.10"
|
||||
self.release_with_debug_info = True
|
||||
self.veryclean = True
|
||||
self.show_gpl_disclaimer = True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue