From e729a82e7de13f048fdb515d638daadae53ad291 Mon Sep 17 00:00:00 2001 From: saghul Date: Sun, 25 Mar 2012 22:17:26 +0200 Subject: [PATCH] build: don't link against the Carbon framework Unused. The Makefile doesn't link against it either. --- uv.gyp | 1 - 1 file changed, 1 deletion(-) diff --git a/uv.gyp b/uv.gyp index 6b46b38a..0d6e3b9a 100644 --- a/uv.gyp +++ b/uv.gyp @@ -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', ], },