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 合併指標
 (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.

貢獻者指南