mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-23 23:00:08 +00:00
Adapts to Standalone build arm64 versions
Signed-off-by: lordwithcc <zhoucong40@huawei.com>
This commit is contained in:
parent
3132a7a9a2
commit
d45597ae7c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user