From a07e0779682b11bb7e3bfe58ca82ab4d45b274c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 20 Nov 2014 19:26:04 +0100 Subject: [PATCH] gyp: fix comment regarding version info location --- uv.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.gyp b/uv.gyp index f2fc9003..a5ba14c3 100644 --- a/uv.gyp +++ b/uv.gyp @@ -189,7 +189,7 @@ ['uv_library=="shared_library" and OS!="mac"', { 'link_settings': { # Must correspond with UV_VERSION_MAJOR and UV_VERSION_MINOR - # in src/version.c + # in include/uv-version.h 'libraries': [ '-Wl,-soname,libuv.so.1.0' ], }, }],