diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 282bb3b..0754c9f 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -408,6 +408,11 @@ ['exclude', r'/mac_']], }, { # else: OS=="mac" 'sources/': [['exclude', 'plugin_(lib|list)_posix\\.cc$']], + 'link_settings': { + 'libraries': [ + '$(SDKROOT)/QuartzCore.framework', + ], + }, }], ['enable_gpu==1', { 'dependencies': [ |