Set LIBPATH
This commit is contained in:
parent
35726e909d
commit
b56fcb173b
1 changed files with 3 additions and 0 deletions
|
@ -741,6 +741,9 @@ class RustBuild(object):
|
|||
env["LIBRARY_PATH"] = os.path.join(self.bin_root(), "lib") + \
|
||||
(os.pathsep + env["LIBRARY_PATH"]) \
|
||||
if "LIBRARY_PATH" in env else ""
|
||||
env["LIBPATH"] = os.path.join(self.bin_root(), "lib") + \
|
||||
(os.pathsep + env["LIBPATH"]) \
|
||||
if "LIBPATH" in env else ""
|
||||
|
||||
# Export Stage0 snapshot compiler related env variables
|
||||
build_section = "target.{}".format(self.build)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue