mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
Expand ~ in --with-gecko for ./mach build-geckolib
This commit is contained in:
parent
50bba770d6
commit
bf11fe3531
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ class MachCommands(CommandBase):
|
||||||
opts = []
|
opts = []
|
||||||
if with_gecko is not None:
|
if with_gecko is not None:
|
||||||
opts += ["--features", "bindgen"]
|
opts += ["--features", "bindgen"]
|
||||||
env["MOZ_DIST"] = path.abspath(with_gecko)
|
env["MOZ_DIST"] = path.abspath(path.expanduser(with_gecko))
|
||||||
if jobs is not None:
|
if jobs is not None:
|
||||||
opts += ["-j", jobs]
|
opts += ["-j", jobs]
|
||||||
if verbose:
|
if verbose:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue