[`patch-disable-multiarch-13.patch`](https://github.com/astral-sh/python-build-standalone/blob/main/cpython-unix/patch-disable-multiarch-13.patch) Clang 13+ prints output with --print-multiarch, confusing CPython's configure script. This patch disables the multiarch check since we control our build environment. See https://bugs.python.org/issue45405 **Related:** - [`patch-disable-multiarch.patch`](https://github.com/astral-sh/python-build-standalone/blob/main/cpython-unix/patch-disable-multiarch.patch) (for Python ≤3.12)