Skip to content

Commit 05836d3

Browse files
committed
Force to include base dependency lib directory.
1 parent f83bf2e commit 05836d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/rebuildpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def run_rebuild():
238238
sysconfig.get_config_var("prefix"),
239239
sysconfig.get_config_var("LIBDEST"),
240240
sysconfig.get_config_var("LIBDIR"),
241+
os.path.join(sysconfig.get_config_var("prefix"), "dependency_libs", "base", "lib"),
241242
]
242243

243244
# Scrape all available libs from the libs directory. We will let the linker worry about filtering out extra symbols.

0 commit comments

Comments
 (0)