aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/post_build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-06-03 01:47:22 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-06-03 01:47:22 -0400
commit8467c00cf3c1865b7ce6a4274b35501f81493c40 (patch)
tree631c079cd2c725d6b95463d15419cb49b0a6cc61 /python/servo/post_build_commands.py
parent193013f6bb45c810532158e16aa4a03ec6ab2035 (diff)
downloadservo-8467c00cf3c1865b7ce6a4274b35501f81493c40.tar.gz
servo-8467c00cf3c1865b7ce6a4274b35501f81493c40.zip
Fix docs.
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r--python/servo/post_build_commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py
index 4d27475f74b..42e2ad84cb4 100644
--- a/python/servo/post_build_commands.py
+++ b/python/servo/post_build_commands.py
@@ -264,6 +264,8 @@ class PostBuildCommands(CommandBase):
else:
copy2(full_name, destination)
+ params += ["--features", "azure_backend"]
+
returncode = self.call_rustup_run(
["cargo", "doc", "--manifest-path", self.ports_glutin_manifest()] + params,
env=self.build_env())