gecko-dev/python/mozbuild
Mitchell Hentges d73b2e2be9 Bug 1670197: "Universal" python binaries shouldn't cause setup.py fails r=firefox-build-system-reviewers,rstewart
"distutils" builds packages to fit the architectures of the active
python.
However, the system Mac SDK doesn't always support all the same
architectures as the local Python binary.
To resolve this, we explicitly influence the build to only compile for
the specific architecture that the system runs on.

Assumes that "platform.machine()" will always line up with the "-arch"
flag of compilers.

Differential Revision: https://phabricator.services.mozilla.com/D96276
2020-11-09 18:00:58 +00:00
..
mozbuild Bug 1670197: "Universal" python binaries shouldn't cause setup.py fails r=firefox-build-system-reviewers,rstewart 2020-11-09 18:00:58 +00:00
mozpack Bug 1675384 - Show an hexdump diff for non-UTF-8 text files that fail to unify. r=firefox-build-system-reviewers,mhentges 2020-11-06 11:27:14 +00:00
metrics.yaml Bug 1654084 - Log build project to telemetry r=firefox-build-system-reviewers,dmajor 2020-10-27 18:08:49 +00:00
setup.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00