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:
chenjx-huawei 2024-02-07 12:01:14 +08:00
parent 5212133062
commit 0ed3fd5082

View File

@ -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" ]
}