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.
pull/41362/head
Ben Noordhuis 2013-09-04 09:55:57 +02:00
parent 7a235f924b
commit 358c290156
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@
'defines': [ '__POSIX__' ],
}],
[ 'OS=="mac"', {
'libraries': [ '-framework Carbon' ],
'defines!': [
'PLATFORM="mac"',
],