summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-07-19 00:08:35 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-07-19 00:08:37 +0200
commit5a5e128165e85e15843f21d4ca01c8765323b030 (patch)
treee29055548b945a2e16314677642a44f8561cd03b /node.gyp
parent98b1ce91f6ab65b88b759e7ada18133b9257b203 (diff)
downloadnode-5a5e128165e85e15843f21d4ca01c8765323b030.tar.gz
build: link with -rdynamic, not -Wl,--export-dynamic
The system linker on SunOS doesn't understand --export-dynamic.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index c365dfc8a..4b6c83fc8 100644
--- a/node.gyp
+++ b/node.gyp
@@ -206,7 +206,6 @@
'src/node_signal_watcher.cc',
'src/node_io_watcher.cc',
],
- 'ldflags': [ '-Wl,--export-dynamic' ],
}],
[ 'OS=="mac"', {
'libraries': [ '-framework Carbon' ],