Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
gyp: fix comment regarding version info location
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 20, 2014
1 parent fe0b3ed commit a07e077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uv.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
},
}],
Expand Down

0 comments on commit a07e077

Please sign in to comment.