diff options
author | Paul Rouget <me@paulrouget.com> | 2019-04-17 10:18:14 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2019-04-29 10:04:51 +0200 |
commit | 21ed7653f491d9e378aa7a334b40e7327f4bfc90 (patch) | |
tree | 28ef0394a720aa569d25dd2f6989a16ea11a3708 /python/servo/post_build_commands.py | |
parent | d58ea974baff1b51a43d2e2bf4b287ff11991a8d (diff) | |
download | servo-21ed7653f491d9e378aa7a334b40e7327f4bfc90.tar.gz servo-21ed7653f491d9e378aa7a334b40e7327f4bfc90.zip |
Refactoring of the Glutin port in preparation of the compositor refactoring.
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r-- | python/servo/post_build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index 4050f33f932..4d27475f74b 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -265,7 +265,7 @@ class PostBuildCommands(CommandBase): copy2(full_name, destination) returncode = self.call_rustup_run( - ["cargo", "doc", "--manifest-path", self.ports_servo_manifest()] + params, + ["cargo", "doc", "--manifest-path", self.ports_glutin_manifest()] + params, env=self.build_env()) if returncode: return returncode |