diff options
Diffstat (limited to 'gyp/zlib.gyp')
-rw-r--r-- | gyp/zlib.gyp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gyp/zlib.gyp b/gyp/zlib.gyp index fcd0ac3b40..1423c04ba5 100644 --- a/gyp/zlib.gyp +++ b/gyp/zlib.gyp @@ -3,9 +3,8 @@ { 'target_name': 'zlib', 'type': 'static_library', - 'include_dirs': [ - '../include/config', - '../include/core', + 'dependencies': [ + 'core.gyp:*', ], 'sources': [ '../include/core/SkFlate.h', |