We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b0dcd commit 5ec5e78Copy full SHA for 5ec5e78
deps/cares/unofficial.gni
@@ -62,7 +62,7 @@ template("cares_gn_build") {
62
sources += [ "config/linux/ares_config.h" ]
63
}
64
if (is_mac) {
65
- sources += [ "config/darwin/ares_config.h" ]
+ sources += gypi_values.cares_sources_mac
66
67
68
if (is_clang || !is_win) {
0 commit comments