!91 change securec path

Merge pull request !91 from zhoushilin/master
This commit is contained in:
openharmony_ci
2022-03-14 08:26:16 +00:00
committed by Gitee
2 changed files with 12 additions and 6 deletions
+6 -3
View File
@@ -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"
}
}
+6 -3
View File
@@ -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"
}
}