mirror of
https://gitee.com/openharmony/startup_init
synced 2025-03-02 09:27:23 +00:00
fix build for none musl
Signed-off-by: Mupceet <laiguizhong@huawei.com>
This commit is contained in:
parent
598c94a8d1
commit
8d6bbcb272
@ -86,6 +86,8 @@ if (defined(ohos_lite)) {
|
||||
|
||||
if (use_musl) {
|
||||
defines += [ "PARAM_BASE" ]
|
||||
} else {
|
||||
include_dirs += [ "//third_party/bounds_checking_function/include" ]
|
||||
}
|
||||
if (build_selinux) {
|
||||
include_dirs += [
|
||||
|
Loading…
x
Reference in New Issue
Block a user