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