Skip to content

Commit

Permalink
Fix Gstreamer undefined symbol error
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalmohan committed Jul 2, 2020
1 parent 8713954 commit c0df7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/servo/post_build_commands.py
Expand Up @@ -79,6 +79,7 @@ class PostBuildCommands(CommandBase):
help="Command-line arguments to be passed through to Servo")
def run(self, params, release=False, dev=False, android=None, debug=False, debugger=None,
headless=False, software=False, bin=None, emulator=False, usb=False, nightly=None):
self.set_run_env(android is not None)
env = self.build_env()
env["RUST_BACKTRACE"] = "1"

Expand Down

0 comments on commit c0df7e0

Please sign in to comment.