Skip to content

Commit

Permalink
build: fix mac build error of c-ares under GN
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zcbenz authored and marco-ippolito committed Aug 19, 2024
1 parent c2b0dcd commit 5ec5e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/cares/unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ template("cares_gn_build") {
sources += [ "config/linux/ares_config.h" ]
}
if (is_mac) {
sources += [ "config/darwin/ares_config.h" ]
sources += gypi_values.cares_sources_mac
}

if (is_clang || !is_win) {
Expand Down

0 comments on commit 5ec5e78

Please sign in to comment.