diff options
Diffstat (limited to 'binding.gyp')
-rw-r--r-- | binding.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp index b55c0cae0b..96fd178129 100644 --- a/binding.gyp +++ b/binding.gyp @@ -100,7 +100,7 @@ ['OS == "win"', { "include_dirs": [ "third_party/zlib", - "third_party/c-ares" + "third_party/cares/cares" ], "defines": [ '_WIN32_WINNT=0x0600', |