| Index: tools/gn/secondary/third_party/zlib/BUILD.gn
|
| diff --git a/tools/gn/secondary/third_party/zlib/BUILD.gn b/tools/gn/secondary/third_party/zlib/BUILD.gn
|
| index 033d4623549cdda84a7d3a8addfe8a5bbfc2d70a..9ac85a574fe53f7ef0e754d159909cdeb235b7f9 100644
|
| --- a/tools/gn/secondary/third_party/zlib/BUILD.gn
|
| +++ b/tools/gn/secondary/third_party/zlib/BUILD.gn
|
| @@ -65,7 +65,8 @@ static_library("minizip") {
|
| "contrib/minizip/iowin32.c",
|
| "contrib/minizip/iowin32.h",
|
| ]
|
| - } else if (is_mac || is_ios || is_android) {
|
| + }
|
| + if (is_mac || is_ios || is_android) {
|
| # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We
|
| # use fopen, ftell, and fseek instead on these systems.
|
| defines = [ "USE_FILE32API" ]
|
|
|