Skip to content

Commit b56fcb1

Browse files
author
Kai Luo
committed
Set LIBPATH
1 parent 35726e9 commit b56fcb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/bootstrap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,9 @@ def build_bootstrap(self, color, verbose_count):
741741
env["LIBRARY_PATH"] = os.path.join(self.bin_root(), "lib") + \
742742
(os.pathsep + env["LIBRARY_PATH"]) \
743743
if "LIBRARY_PATH" in env else ""
744+
env["LIBPATH"] = os.path.join(self.bin_root(), "lib") + \
745+
(os.pathsep + env["LIBPATH"]) \
746+
if "LIBPATH" in env else ""
744747

745748
# Export Stage0 snapshot compiler related env variables
746749
build_section = "target.{}".format(self.build)

0 commit comments

Comments
 (0)