Allow passing a path with tilde
This commit is contained in:
@@ -532,7 +532,7 @@ class RustBuild(object):
|
|||||||
"""
|
"""
|
||||||
config = self.get_toml(program)
|
config = self.get_toml(program)
|
||||||
if config:
|
if config:
|
||||||
return config
|
return os.path.expanduser(config)
|
||||||
return os.path.join(self.bin_root(), "bin", "{}{}".format(
|
return os.path.join(self.bin_root(), "bin", "{}{}".format(
|
||||||
program, self.exe_suffix()))
|
program, self.exe_suffix()))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user