From fe6157bdd4734e9b459303e55ee4625a26708027 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Wed, 7 Sep 2011 06:32:30 -0700 Subject: [PATCH] Stop "./gyp_uv --check" from complaining. --- uv.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.gyp b/uv.gyp index a43c2b14..709f6b69 100644 --- a/uv.gyp +++ b/uv.gyp @@ -88,7 +88,6 @@ 'include_dirs': [ 'src/ares/config_win32' ], - 'sources': [ 'src/ares/windows_port.c' ], 'defines': [ '_WIN32_WINNT=0x0502', 'EIO_STACKSIZE=262144', @@ -98,6 +97,7 @@ 'include/uv-private/tree.h', 'include/uv-private/uv-win.h', 'src/ares/config_win32/ares_config.h', + 'src/ares/windows_port.c', 'src/win/async.c', 'src/win/cares.c', 'src/win/core.c',