[macOS] Add android ndk r29 and cmake 4.1.2 (#13244)

This commit is contained in:
Alexey-Ayupov
2025-11-05 16:18:59 +01:00
committed by GitHub
parent eecb8a7ff2
commit 7901df4cde
3 changed files with 9 additions and 6 deletions

View File

@@ -139,12 +139,13 @@
],
"addons": [],
"additional_tools": [
"cmake;3.31.5"
"cmake;3.31.5",
"cmake;4.1.2"
],
"ndk": {
"default": "26",
"versions": [
"26", "27", "28"
"26", "27", "28", "29"
]
}
},

View File

@@ -143,12 +143,13 @@
],
"addons": [],
"additional_tools": [
"cmake;3.31.5"
"cmake;3.31.5",
"cmake;4.1.2"
],
"ndk": {
"default": "27",
"versions": [
"26", "27","28"
"26", "27","28", "29"
]
}
},

View File

@@ -54,12 +54,13 @@
],
"addons": [],
"additional_tools": [
"cmake;3.31.5"
"cmake;3.31.5",
"cmake;4.1.2"
],
"ndk": {
"default": "27",
"versions": [
"27","28"
"27","28", "29"
]
}
},