mirror of
https://gitee.com/openharmony/distributeddatamgr_relational_store
synced 2024-11-23 07:00:41 +00:00
适配Linux arm host openharmony编译
Signed-off-by: wylyw78 <wenyu17@hauwei.com>
This commit is contained in:
parent
e790077df0
commit
cfbf13c425
@ -57,7 +57,9 @@ ohos_shared_library("native_dataability") {
|
||||
|
||||
configs = [ ":native_dataability_config" ]
|
||||
|
||||
deps = [ "${relational_store_innerapi_path}/rdb:native_rdb" ]
|
||||
if (!(is_linux && host_cpu == "arm64")) {
|
||||
deps = [ "${relational_store_innerapi_path}/rdb:native_rdb" ]
|
||||
}
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
|
Loading…
Reference in New Issue
Block a user