From 95fc29fa0db21959df99d81cdbb9561226321d2f Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 15 Jan 2015 13:26:44 -0500 Subject: Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. --- python/servo/build_commands.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/servo/build_commands.py') diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index c4f6edc62b8..9a5b6a609f1 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -76,6 +76,9 @@ class MachCommands(CommandBase): opts += ["--no-default-features"] features += ["glutin_app", "headless"] + if android: + features += ["android_glue"] + if features: opts += ["--features", "%s" % ' '.join(features)] -- cgit v1.2.3