Skip to content

Commit

Permalink
Expand ~ in --with-gecko for ./mach build-geckolib
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 9, 2017
1 parent 50bba77 commit bf11fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/build_commands.py
Expand Up @@ -408,7 +408,7 @@ def build_geckolib(self, with_gecko=None, jobs=None, verbose=False, release=Fals
opts = []
if with_gecko is not None:
opts += ["--features", "bindgen"]
env["MOZ_DIST"] = path.abspath(with_gecko)
env["MOZ_DIST"] = path.abspath(path.expanduser(with_gecko))
if jobs is not None:
opts += ["-j", jobs]
if verbose:
Expand Down

0 comments on commit bf11fe3

Please sign in to comment.