diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-07-19 00:08:35 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-07-19 00:08:37 +0200 |
commit | 5a5e128165e85e15843f21d4ca01c8765323b030 (patch) | |
tree | e29055548b945a2e16314677642a44f8561cd03b /node.gyp | |
parent | 98b1ce91f6ab65b88b759e7ada18133b9257b203 (diff) | |
download | node-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.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -206,7 +206,6 @@ 'src/node_signal_watcher.cc', 'src/node_io_watcher.cc', ], - 'ldflags': [ '-Wl,--export-dynamic' ], }], [ 'OS=="mac"', { 'libraries': [ '-framework Carbon' ], |