mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
Fix Gstreamer undefined symbol error
This commit is contained in:
parent
8713954a53
commit
c0df7e0a9a
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue