Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index f76bbd9c57bdb417713ef3bd0f9ad21193eb0aa9..0c6357c4ff90d741cdcd7fbb5c491ef82b63bd09 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -71,6 +71,13 @@ |
], |
}, |
}], |
+ ['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)', |
+ }], |
], |
}, |
{ |