mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-12 04:36:57 +00:00
Revert "chore: Make firmware optional rather than required"
This reverts commit 257aad2431.
This commit is contained in:
parent
1bf27ebbb9
commit
5d3e75c25f
5 changed files with 125 additions and 11 deletions
|
|
@ -164,8 +164,7 @@ endif()
|
|||
|
||||
if (CITRON_USE_BUNDLED_VCPKG)
|
||||
if (ANDROID)
|
||||
set(ENV{ANDROID_NDK_HOME} ${ANDROID_NDK})
|
||||
set(VCPKG_ADDITIONAL_FLAGS "--allow-unsupported")
|
||||
set(ENV{ANDROID_NDK_HOME} "${ANDROID_NDK}")
|
||||
list(APPEND VCPKG_MANIFEST_FEATURES "android")
|
||||
|
||||
if (CMAKE_ANDROID_ARCH_ABI STREQUAL "arm64-v8a")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue