Adapts to Standalone build arm64 versions

Signed-off-by: lordwithcc <zhoucong40@huawei.com>
This commit is contained in:
lordwithcc 2023-03-27 17:17:19 +08:00
parent 3132a7a9a2
commit d45597ae7c

View File

@ -50,7 +50,8 @@ if (is_mingw || is_mac || is_linux || target_os == "ios") {
"$ark_third_party_root/bounds_checking_function:libsec_static"
}
is_mob = !is_standard_system && (current_cpu != "arm" || is_wearable_product)
is_mob = !ark_standalone_build && !is_standard_system &&
(current_cpu != "arm" || is_wearable_product)
## TODO add other arch