mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #17896: Move Windows external lib sources from .. to externals.
This commit is contained in:
parent
91f01e175a
commit
4b2b1de0bd
9 changed files with 19 additions and 12 deletions
|
@ -48,8 +48,8 @@ else:
|
|||
|
||||
prefix = os.path.join(sys.base_prefix,"tcl")
|
||||
if not os.path.exists(prefix):
|
||||
# devdir/../tcltk/lib
|
||||
prefix = os.path.join(sys.base_prefix, os.path.pardir, "tcltk", "lib")
|
||||
# devdir/externals/tcltk/lib
|
||||
prefix = os.path.join(sys.base_prefix, "externals", "tcltk", "lib")
|
||||
prefix = os.path.abspath(prefix)
|
||||
# if this does not exist, no further search is needed
|
||||
if os.path.exists(prefix):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue