From c39f17542b058fa746963252c9b8ac40634a4431 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Fri, 3 Jun 2011 17:52:12 +0000 Subject: 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 --- gyp/utils.gyp | 5 +++++ 1 file changed, 5 insertions(+) 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!': [ -- cgit v1.2.3