From 358c2901567c005689dceef1361754cca95ca14e Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 4 Sep 2013 09:55:57 +0200 Subject: [PATCH] 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. --- node.gyp | 1 - 1 file changed, 1 deletion(-) diff --git a/node.gyp b/node.gyp index ebf7ebd..9e29ed1 100644 --- a/node.gyp +++ b/node.gyp @@ -285,7 +285,6 @@ 'defines': [ '__POSIX__' ], }], [ 'OS=="mac"', { - 'libraries': [ '-framework Carbon' ], 'defines!': [ 'PLATFORM="mac"', ], -- 2.7.4