Index: third_party/zlib/zlib.gyp |
=================================================================== |
--- third_party/zlib/zlib.gyp (revision 112951) |
+++ third_party/zlib/zlib.gyp (working copy) |
@@ -71,6 +71,11 @@ |
'contrib/minizip/iowin32.c' |
], |
}], |
+ ['OS=="mac"', { |
agl
2011/12/07 15:05:19
Needs a comment explaining what it does and why it
Hironori Bono
2011/12/08 07:16:47
Done. Thanks for reminding it. (I forgot adding it
|
+ 'defines': [ |
+ 'USE_FILE32API' |
+ ], |
+ }], |
], |
}, |
], |