mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Android doesn't need to explicitly specify glutin now.
This commit is contained in:
parent
a7d18f9c03
commit
6dd12855ac
1 changed files with 1 additions and 4 deletions
|
@ -64,10 +64,7 @@ class MachCommands(CommandBase):
|
|||
with cd(path.join(apk_builder_dir, "apk-builder")):
|
||||
subprocess.call(["cargo", "build"], env=self.build_env())
|
||||
|
||||
# FIXME: This can be simplified when glutin becomes the default
|
||||
# and glfw has been removed.
|
||||
opts += ["--target", "arm-linux-androideabi", "--no-default-features"]
|
||||
features += ["glutin"]
|
||||
opts += ["--target", "arm-linux-androideabi"]
|
||||
|
||||
if debug_mozjs or self.config["build"]["debug-mozjs"]:
|
||||
features += ["script/debugmozjs"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue