summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-09-04 09:55:57 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-09-04 09:59:17 +0200
commit358c2901567c005689dceef1361754cca95ca14e (patch)
tree238b39ebe54ab695fe8e8305cb6c1c3087af0c04 /node.gyp
parent7a235f924b1217b7d33401f65743dd85660c5870 (diff)
downloadnode-new-358c2901567c005689dceef1361754cca95ca14e.tar.gz
build: remove unused Carbon dependency
Libuv as of joyent/libuv@d48168a no longer has link-time dependencies on the Carbon framework or any other frameworks.
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 ebf7ebd1f8..9e29ed12a4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -285,7 +285,6 @@
'defines': [ '__POSIX__' ],
}],
[ 'OS=="mac"', {
- 'libraries': [ '-framework Carbon' ],
'defines!': [
'PLATFORM="mac"',
],