summaryrefslogtreecommitdiff
path: root/deps/cares/cares.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/cares/cares.gyp')
-rw-r--r--deps/cares/cares.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/cares/cares.gyp b/deps/cares/cares.gyp
index 8fd8662e1b..8a5239b412 100644
--- a/deps/cares/cares.gyp
+++ b/deps/cares/cares.gyp
@@ -9,6 +9,10 @@
'_GNU_SOURCE'
]
}],
+ [ 'OS=="aix"', {
+ 'include_dirs': [ 'config/aix' ],
+ 'sources': [ 'config/aix/ares_config.h' ],
+ }],
['OS=="solaris"', {
'defines': [
'__EXTENSIONS__',