mesonbuild/meson
-D_FILE_OFFSET_BITS=64 should be disabled on some buggy 32-bit platforms
オープン
#3,049 opened on 2018/02/12
OS:windowsandroidbugcompilerscrossgood first issuehelp wanted
Repository metrics
- Stars
- (4,978 個のスター)
- PR merge metrics
- (平均マージ 139d 13h) (30d で 51 merged PRs)
説明
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.