build: remove unused Carbon dependency
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 4 Sep 2013 07:55:57 +0000 (09:55 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 4 Sep 2013 07:59:17 +0000 (09:59 +0200)
Libuv as of joyent/libuv@d48168a no longer has link-time dependencies
on the Carbon framework or any other frameworks.

node.gyp

index ebf7ebd..9e29ed1 100644 (file)
--- a/node.gyp
+++ b/node.gyp
           'defines': [ '__POSIX__' ],
         }],
         [ 'OS=="mac"', {
-          'libraries': [ '-framework Carbon' ],
           'defines!': [
             'PLATFORM="mac"',
           ],