aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-03 17:52:12 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-03 17:52:12 +0000
commitc39f17542b058fa746963252c9b8ac40634a4431 (patch)
tree06176cc164be036f8cf0ea08cde6d0c0c4a23540
parent161933b1e12776302c8818a55c3601020cca07db (diff)
fix gm build on Mac
see http://codereview.appspot.com/4571044/ git-svn-id: http://skia.googlecode.com/svn/trunk@1494 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/utils.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index c0db053439..59c5bb544d 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -96,6 +96,11 @@
'sources!': [
'../src/utils/SkEGLContext_none.cpp',
],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/AGL.framework',
+ ],
+ },
}],
[ 'OS != "linux" and OS != "freebsd" and OS != "openbsd" and OS != "solaris"', {
'sources!': [