mesonbuild/meson

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

Open

#3,049 opened on Feb 12, 2018

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Python (4,978 stars) (1,465 forks)batch import
OS:windowsandroidbugcompilerscrossgood first issuehelp wanted

Description

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.

Contributor guide