Skip to content
  • Xavier Leroy's avatar
    Remove support for x86-32 under macOS · 338509ae
    Xavier Leroy authored
    32-bit executables cannot be built since XCode 10.0 (sep 2018).
    32-bit executables cannot be executed since MacOS 10.15 (oct 2019).
    Better remove x86-32 support and fail at configuration time instead of
    at the end of the build.
    338509ae