mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-23 14:50:51 +00:00
Change the path of secure-c library
Signed-off-by: zhoushilin <zhoushilin1@huawei.com>
This commit is contained in:
parent
ee6e47eecc
commit
ec49dec05b
@ -39,11 +39,14 @@ if (ark_standalone_build) {
|
||||
sdk_libc_secshared_dep = "$ark_third_party_root/securec:libc_secstatic"
|
||||
}
|
||||
} else {
|
||||
sdk_libc_secshared_dep = "//utils/native/base:utilsecurec_shared"
|
||||
sdk_libc_secshared_config = "//utils/native/base:utils_config"
|
||||
sdk_libc_secshared_dep =
|
||||
"$ark_third_party_root/bounds_checking_function:libsec_shared"
|
||||
sdk_libc_secshared_config =
|
||||
"$ark_third_party_root/bounds_checking_function:libsec_public_config"
|
||||
|
||||
if (is_mingw || is_mac || is_linux) {
|
||||
sdk_libc_secshared_dep = "//utils/native/base:utilsecurec"
|
||||
sdk_libc_secshared_dep =
|
||||
"$ark_third_party_root/bounds_checking_function:libsec_static"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,11 +39,14 @@ if (ark_standalone_build) {
|
||||
sdk_libc_secshared_dep = "$ark_third_party_root/securec:libc_secstatic"
|
||||
}
|
||||
} else {
|
||||
sdk_libc_secshared_dep = "//utils/native/base:utilsecurec_shared"
|
||||
sdk_libc_secshared_config = "//utils/native/base:utils_config"
|
||||
sdk_libc_secshared_dep =
|
||||
"$ark_third_party_root/bounds_checking_function:libsec_shared"
|
||||
sdk_libc_secshared_config =
|
||||
"$ark_third_party_root/bounds_checking_function:libsec_public_config"
|
||||
|
||||
if (is_mingw || is_mac || is_linux) {
|
||||
sdk_libc_secshared_dep = "//utils/native/base:utilsecurec"
|
||||
sdk_libc_secshared_dep =
|
||||
"$ark_third_party_root/bounds_checking_function:libsec_static"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user