Index: gyp/zlib.gyp |
diff --git a/gyp/zlib.gyp b/gyp/zlib.gyp |
index 65394713da043805dae717cce8b2781507641664..78adc34b72486f9ac41381bd776c681f77b91c05 100644 |
--- a/gyp/zlib.gyp |
+++ b/gyp/zlib.gyp |
@@ -19,7 +19,7 @@ |
], |
'direct_dependent_settings': { |
'defines': [ |
- 'SK_ZLIB_INCLUDE=<zlib.h>', |
+ 'SK_ZLIB_INCLUDE="zlib.h"', |
], |
'include_dirs': [ |
'../third_party/externals/zlib', |
@@ -52,7 +52,7 @@ |
], |
}, { |
'defines': [ |
- 'SK_ZLIB_INCLUDE=<zlib.h>', |
+ 'SK_SYSTEM_ZLIB=1', |
], |
}] |
], |