mesonbuild/meson

-D_FILE_OFFSET_BITS=64 should be disabled on some buggy 32-bit platforms

开放

#3,049 创建于 2018年2月12日

 (7 条评论) (0 个反应) (0 位负责人)Python (1,465 个派生)batch import
OS:windowsandroidbugcompilerscrossgood first issuehelp wanted

仓库指标

星标
 (4,978 个星标)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

Foremost in this is 32-bit Android, which is broken in amazing ways.

MinGW64-W32 is rumoured to support it, however, so we should define it for that platform.

We should ideally implement this with a combination of platform detection, version detection, and compiling code with -D_FILE_OFFSET_BITS=64 and seeing what the size of the types being used is.

贡献者指南