diff --git a/BUILD.gn b/BUILD.gn index dbf8be06ecf33f2ef8327a32a16ac7b016c2e83e..f006be18670770b12141b44c35947f0be4762e21 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -316,7 +316,7 @@ if (defined(ohos_lite)) { } ohos_shared_library("uv") { deps = [ ":libuv_source" ] - public_configs = [ ":libuv_config" ] + all_dependent_configs = [ ":libuv_config" ] subsystem_name = "thirdparty" part_name = "libuv" if (is_ohos) {