Issue #17896: Move Windows external lib sources from .. to externals.

This commit is contained in:
Zachary Ware 2014-11-01 22:39:21 -05:00
parent 91f01e175a
commit 4b2b1de0bd
9 changed files with 19 additions and 12 deletions

View file

@ -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):