aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-21 13:09:32 +0000
committerGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-21 13:09:32 +0000
commitccb74eabccf19f66b6bf31f4acae89b62baa16c3 (patch)
tree3b139651321fff4d9646c5adcee031da2abc90be /gyp
parent2d54d06adc58f0a6372fb2a1b2eca832965b863c (diff)
Changed mac specific files to use ApplicationServices rather than Carbon
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index ba63485385..e9b019ff5d 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -293,6 +293,7 @@
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
+ '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
],
},
}],