Revision: 9884
Author: [email protected]
Date: Fri Nov 4 07:47:13 2011
Log: Override product_extension instead of product_version to set
SONAME for Linux shared library
BUG=v8:1786
Review URL: http://codereview.chromium.org/8462006
http://code.google.com/p/v8/source/detail?r=9884
Modified:
/branches/bleeding_edge/tools/gyp/v8.gyp
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp Wed Nov 2 03:57:03 2011
+++ /branches/bleeding_edge/tools/gyp/v8.gyp Fri Nov 4 07:47:13 2011
@@ -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