mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
Fix for gonk bootstrapping
This commit is contained in:
committed by
Anthony Ramine
parent
57a96ece0c
commit
ef95eb3bbe
@@ -348,7 +348,8 @@ class MachCommands(CommandBase):
|
||||
action='store_true',
|
||||
help='Build in release mode')
|
||||
def build_gonk(self, jobs=None, verbose=False, release=False):
|
||||
self.ensure_bootstrapped()
|
||||
targets = ["arm-linux-androideabi"]
|
||||
self.ensure_bootstrapped(targets=targets)
|
||||
|
||||
opts = []
|
||||
if jobs is not None:
|
||||
|
||||
Reference in New Issue
Block a user