From 73f7bd9622da61d62eafa0a4994691fcf1411a31 Mon Sep 17 00:00:00 2001 From: aqiu Date: Tue, 19 Apr 2022 16:51:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20if=20=E6=9D=A1=E4=BB=B6=E5=86=99?= =?UTF-8?q?=E9=94=99=E5=92=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: aqiu --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 0af8098..95a6332 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -209,7 +209,7 @@ if (defined(ohos_lite)) { configs = [ ":libuv_config" ] sources = common_source - if (is_mac && (defined(is_ios) && is_ios)) { + if (is_mac || (defined(is_ios) && is_ios)) { sources += nonwin_srcs + [ "src/unix/bsd-ifaddrs.c", "src/unix/kqueue.c",