-
- Downloads
Bug 1740123: Allow invoking Mach outside of MozillaBuild r=glandium
Assuming that the `MOZILLABUILD` environment variable is set, allow invoking Mach from non-MozillaBuild terminals. Note that MozillaBuild still needs to be installed, and the `MOZILLABUILD` environment variable will have to be set. For future reference: when I tried setting this up with Windows Store's Python 3.9, I encountered issues when running binaries installed via `pip`: it would fail with `abort: failed to load Python DLL python3x.dll`. Differential Revision: https://phabricator.services.mozilla.com/D133936
Showing
- build/mach_initialize.py 35 additions, 0 deletionsbuild/mach_initialize.py
- docs/setup/windows_build.rst 6 additions, 0 deletionsdocs/setup/windows_build.rst
- mach 10 additions, 1 deletionmach
- mach.cmd 3 additions, 0 deletionsmach.cmd
- mach.ps1 8 additions, 3 deletionsmach.ps1
- python/mach/docs/index.rst 1 addition, 0 deletionspython/mach/docs/index.rst
- python/mach/docs/windows-usage-outside-mozillabuild.rst 96 additions, 0 deletionspython/mach/docs/windows-usage-outside-mozillabuild.rst
mach.cmd
0 → 100644
Please register or sign in to comment