diff options
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index c42d7ff..2600ae9 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -830,7 +830,8 @@ },], ], 'dependencies': [ - 'skia_opts' + 'skia_opts', + '../third_party/zlib/zlib.gyp:zlib', ], 'direct_dependent_settings': { 'include_dirs': [ |