commit | c39f17542b058fa746963252c9b8ac40634a4431 | [log] [tgz] |
---|---|---|
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 03 17:52:12 2011 +0000 |
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 03 17:52:12 2011 +0000 |
tree | 06176cc164be036f8cf0ea08cde6d0c0c4a23540 | |
parent | 161933b1e12776302c8818a55c3601020cca07db [diff] [blame] |
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
diff --git a/gyp/utils.gyp b/gyp/utils.gyp index c0db053..59c5bb5 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!': [