Skip to content

Commit 736113b

Browse files
committed
fixup! fixup! deps: update c-ares to 1.28.1
1 parent d2eda89 commit 736113b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

deps/cares/cares.gyp

+9-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,15 @@
152152
'type': '<(library)',
153153
'include_dirs': [ 'include' ],
154154
'direct_dependent_settings': {
155-
'include_dirs': [ 'include' ]
155+
'include_dirs': [ 'include' ],
156+
'cflags': [ '-Wno-error=deprecated-declarations' ],
157+
'conditions': [
158+
[ 'OS=="mac"', {
159+
'xcode_settings': {
160+
'OTHER_CFLAGS': [ '-Wno-error=deprecated-declarations' ]
161+
}
162+
}]
163+
]
156164
},
157165
'sources': [
158166
'<@(cares_sources_common)',

0 commit comments

Comments
 (0)