Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 889c62f

Browse filesBrowse 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 <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
1 parent a4394b8 commit 889c62f
Copy full SHA for 889c62f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎deps/cares/cares.gyp‎

Copy file name to clipboardExpand all lines: deps/cares/cares.gyp
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.