diff options
Diffstat (limited to 'third_party/zlib/zlib.gyp')
-rw-r--r-- | third_party/zlib/zlib.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/zlib/zlib.gyp b/third_party/zlib/zlib.gyp index 87fe006..edd0725 100644 --- a/third_party/zlib/zlib.gyp +++ b/third_party/zlib/zlib.gyp @@ -71,9 +71,9 @@ 'contrib/minizip/iowin32.c' ], }], - ['OS=="mac"', { - # Mac does not have fopen64, ftello64, or fseeko64. We use fopen, - # ftell, and fseek instead on Mac. + ['OS=="mac" or os_bsd==1', { + # Mac and the BSDs don't have fopen64, ftello64, or fseeko64. + # We use fopen, ftell, and fseek instead on these systems. 'defines': [ 'USE_FILE32API' ], |