mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-15 04:15:01 +03:00
Fix default Android API version mismatch between vcpkg and rest of build (for working on android 6) (#14850)
* Fork vcpkg triplets to keep Android API version on 21 Fixes crash on API platforms 21 to 23 due to missing symbol `__write_chk` (available since API 24). Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> * flutter/build_android_deps.sh: Refactor to remove unused ... variables and shellcheck warnings. Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> --------- Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
@@ -95,6 +95,9 @@
|
||||
},
|
||||
"overlay-ports": [
|
||||
"./res/vcpkg"
|
||||
],
|
||||
"overlay-triplets": [
|
||||
"./res/vcpkg-triplets"
|
||||
]
|
||||
},
|
||||
"overrides": [
|
||||
|
||||
Reference in New Issue
Block a user