gyp: fix comment regarding version info location

This commit is contained in:
Saúl Ibarra Corretgé 2014-11-20 19:26:04 +01:00
parent fe0b3ed199
commit a07e077968

2
uv.gyp
View File

@ -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' ],
},
}],