Reviewers: Sven,
Message:
PTAL.
Description:
Override product_extension instead of product_version to set SONAME for
Linux
shared library
BUG=1786
Please review this at http://codereview.chromium.org/8462006/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M tools/gyp/v8.gyp
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index
b4d074b731df13c9bd94c42f399184d7b3827306..ac836e41af22c31753a2f5509d60771c7596347b
100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -72,11 +72,7 @@
},
}],
['soname_version!=""', {
- # Ideally, we'd like to specify the full filename for the
- # library and set it to "libv8.so.<(soname_version)",
- # but currently the best we can do is use 'product_name'
and
- # get "libv8-<(soname_version).so".
- 'product_name': 'v8-<(soname_version)',
+ 'product_extension': 'so.<(soname_version)',
}],
],
},
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev