Skip to content

Commit 5ec5e78

Browse files
zcbenzmarco-ippolito
authored andcommitted
build: fix mac build error of c-ares under GN
PR-URL: #53687 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent c2b0dcd commit 5ec5e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/cares/unofficial.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ template("cares_gn_build") {
6262
sources += [ "config/linux/ares_config.h" ]
6363
}
6464
if (is_mac) {
65-
sources += [ "config/darwin/ares_config.h" ]
65+
sources += gypi_values.cares_sources_mac
6666
}
6767

6868
if (is_clang || !is_win) {

0 commit comments

Comments
 (0)