mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
c038211ac4
When running mach `build-backend` or `config.status`, it is now possible to pass multiple backends to the --backend/-b option, so that they can share moz.build reading and object emitting. The command line syntax is however maybe a little awkward: mach build-backend -b Backend1 Backend2 but supporting with `-b Backend1 -b Backend2` requires more argument parser twiddling (action='append' doesn't work out of the box with choices, we'd need a custom action class) |
||
---|---|---|
.. | ||
dumbmake | ||
mozbuild | ||
mozpack | ||
setup.py | ||
TODO |