mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Pass --target option from mach to cargo
This commit is contained in:
parent
523270c265
commit
965ba08c75
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ class MachCommands(CommandBase):
|
|||
opts = []
|
||||
if release:
|
||||
opts += ["--release"]
|
||||
if target:
|
||||
opts += ["--target", target]
|
||||
if jobs is not None:
|
||||
opts += ["-j", jobs]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue