summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'gpu')
-rw-r--r--gpu/gpu.gyp10
1 files changed, 4 insertions, 6 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 86c79ff..fac0dee 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -78,12 +78,10 @@
],
[ 'OS=="mac"',
{
- 'all_dependent_settings': {
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
- ],
- },
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
+ ],
},
},
],