mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-24 10:40:04 +00:00
Bugfix standalone build fail
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I91FBT?from=project-issue Signed-off-by: chenjx-huawei <chenjingxiang1@huawei.com> Change-Id: Ia817e6fa7c01e828fafe360bd63199b2601ede89
This commit is contained in:
parent
5212133062
commit
0ed3fd5082
@ -205,7 +205,7 @@ template("libark_jsruntime_common_set") {
|
||||
deps += hiviewdfx_deps
|
||||
|
||||
if (ark_standalone_build || is_arkui_x) {
|
||||
external_deps += [ "zlib:libz" ]
|
||||
deps += [ "$ark_third_party_root/zlib:libz" ]
|
||||
} else {
|
||||
external_deps += [ "zlib:shared_libz" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user