Skip to content

Commit 889c62f

Browse files
bnoordhuiscjihrig
authored andcommitted
build: fix dependency on missing header file
Depend on include/ares_rules.h, src/ares_rules.h does not exist. The typo didn't break the build but it made some of the gyp-based tooling complain. PR-URL: #7945 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
1 parent a4394b8 commit 889c62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/cares/cares.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'sources': [
3838
'common.gypi',
3939
'include/ares.h',
40+
'include/ares_rules.h',
4041
'include/ares_version.h',
4142
'include/nameser.h',
4243
'src/ares_cancel.c',
@@ -83,7 +84,6 @@
8384
'src/ares_process.c',
8485
'src/ares_query.c',
8586
'src/ares__read_line.c',
86-
'src/ares_rules.h',
8787
'src/ares_search.c',
8888
'src/ares_send.c',
8989
'src/ares_setup.h',

0 commit comments

Comments
 (0)