Index: gyp/experimental.gyp |
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp |
index b67524a9161d9217b7499b471f3564ab8c5094a0..540ff958140aea3bb494a8338f2a60cf9a04698a 100644 |
--- a/gyp/experimental.gyp |
+++ b/gyp/experimental.gyp |
@@ -31,9 +31,12 @@ |
{ |
'target_name': 'coreGraphicsPdf2png', |
'type': 'executable', |
- 'include_dirs': [ '../src/core', ], |
'sources': [ '../experimental/tools/coreGraphicsPdf2png.cpp', ], |
- 'dependencies': [ 'skia_lib.gyp:skia_lib', 'libpng.gyp:libpng', ], |
+ 'link_settings': { |
+ 'libraries': [ |
+ '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework', |
+ ], |
+ }, |
}, |
], |
}, |