Chromium Code Reviews| Index: runtime/bin/bin.gypi |
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi |
| index 433b6e883cb9f0efd8ba88000dfb87d8eb1edd57..6868914611d69d73e1ee440b1c48bb7344b25bfb 100644 |
| --- a/runtime/bin/bin.gypi |
| +++ b/runtime/bin/bin.gypi |
| @@ -124,6 +124,9 @@ |
| 'generate_io_cc_file#host', |
| 'generate_io_patch_cc_file#host', |
| ], |
| + 'cflags': [ |
| + '-D_FILE_OFFSET_BITS=64', |
|
Søren Gjesse
2013/11/19 10:15:49
Does Windows use this as well? If not we should on
Anders Johnsen
2013/11/19 10:43:39
Wasn't needed anymore. Removed.
|
| + ], |
| 'include_dirs': [ |
| '..', |
| ], |