Skip to content

Commit

Permalink
Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Jun 30, 2020
1 parent 27f439a commit c2968fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/servo/post_build_commands.py
Expand Up @@ -272,7 +272,9 @@ def doc(self, params, features, target=None, android=False, magicleap=False,

features += self.pick_media_stack(media_stack, target)

returncode = self.run_cargo_build_like_command("doc", params, features=features, **kwargs)
env = self.build_env(target=target, is_build=True, features=features)

returncode = self.run_cargo_build_like_command("doc", params, features=features, env=env, **kwargs)
if returncode:
return returncode

Expand Down

0 comments on commit c2968fa

Please sign in to comment.