mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Fix for gonk bootstrapping
This commit is contained in:
parent
57a96ece0c
commit
ef95eb3bbe
1 changed files with 2 additions and 1 deletions
|
@ -348,7 +348,8 @@ class MachCommands(CommandBase):
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Build in release mode')
|
help='Build in release mode')
|
||||||
def build_gonk(self, jobs=None, verbose=False, release=False):
|
def build_gonk(self, jobs=None, verbose=False, release=False):
|
||||||
self.ensure_bootstrapped()
|
targets = ["arm-linux-androideabi"]
|
||||||
|
self.ensure_bootstrapped(targets=targets)
|
||||||
|
|
||||||
opts = []
|
opts = []
|
||||||
if jobs is not None:
|
if jobs is not None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue