Skip to content

Commit

Permalink
Force to include base dependency lib directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell175 committed Feb 26, 2024
1 parent f83bf2e commit 05836d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/rebuildpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def run_rebuild():
sysconfig.get_config_var("prefix"),
sysconfig.get_config_var("LIBDEST"),
sysconfig.get_config_var("LIBDIR"),
os.path.join(sysconfig.get_config_var("prefix"), "dependency_libs", "base", "lib"),
]

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

0 comments on commit 05836d3

Please sign in to comment.