mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +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")):
|
with cd(path.join(apk_builder_dir, "apk-builder")):
|
||||||
subprocess.call(["cargo", "build"], env=self.build_env())
|
subprocess.call(["cargo", "build"], env=self.build_env())
|
||||||
|
|
||||||
# FIXME: This can be simplified when glutin becomes the default
|
opts += ["--target", "arm-linux-androideabi"]
|
||||||
# and glfw has been removed.
|
|
||||||
opts += ["--target", "arm-linux-androideabi", "--no-default-features"]
|
|
||||||
features += ["glutin"]
|
|
||||||
|
|
||||||
if debug_mozjs or self.config["build"]["debug-mozjs"]:
|
if debug_mozjs or self.config["build"]["debug-mozjs"]:
|
||||||
features += ["script/debugmozjs"]
|
features += ["script/debugmozjs"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue