build: don't link against the Carbon framework

Unused. The Makefile doesn't link against it either.
This commit is contained in:
saghul 2012-03-25 22:17:26 +02:00 committed by Ben Noordhuis
parent c9c9d805da
commit e729a82e7d

1
uv.gyp
View File

@ -211,7 +211,6 @@
'sources': [ 'src/unix/darwin.c' ],
'direct_dependent_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
'$(SDKROOT)/System/Library/Frameworks/CoreServices.framework',
],
},