Skip to content

Commit

Permalink
fixup! fixup! deps: update c-ares to 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Mar 31, 2024
1 parent d2eda89 commit 736113b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deps/cares/cares.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,15 @@
'type': '<(library)',
'include_dirs': [ 'include' ],
'direct_dependent_settings': {
'include_dirs': [ 'include' ]
'include_dirs': [ 'include' ],
'cflags': [ '-Wno-error=deprecated-declarations' ],
'conditions': [
[ 'OS=="mac"', {
'xcode_settings': {
'OTHER_CFLAGS': [ '-Wno-error=deprecated-declarations' ]
}
}]
]
},
'sources': [
'<@(cares_sources_common)',
Expand Down

0 comments on commit 736113b

Please sign in to comment.