fix: compile error

Signed-off-by: yanmengzhao1 <yanmengzhao1@huawei.com>
This commit is contained in:
yanmengzhao1 2024-03-10 14:10:44 +08:00
parent b0b6b39edc
commit 68714fb795

View File

@ -397,7 +397,10 @@ ohos_executable("hiperf") {
static_link = true
}
external_deps = [ "faultloggerd:libunwinder_static" ]
external_deps = [
"faultloggerd:libunwinder_static",
"hilog:libhilog",
]
subsystem_name = "developtools"
part_name = "hiperf"