Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2012-01-05 16:01:29 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-01-05 19:50:44 +0400
commita993d22c0f587beef44e56877b442db47da78ced (patch)
treeb8657e437473f40e190fa696d83ccec14b39a28a /tools
parente2f1e50c604be8e4f0280c3a35ffff6367800c9d (diff)
build: set product_prefix to empty for Linux
Diffstat (limited to 'tools')
-rw-r--r--tools/addon.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/addon.gypi b/tools/addon.gypi
index ad2237e6d32..e7152afe4bf 100644
--- a/tools/addon.gypi
+++ b/tools/addon.gypi
@@ -2,6 +2,7 @@
'target_defaults': {
'type': 'loadable_module',
'product_extension': 'node',
+ 'product_prefix': '',
'include_dirs': [
'../src',
'../deps/uv/include',