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

This commit is contained in:
Zachary Ware 2014-11-01 22:48:24 -05:00
commit 740e1dcdc2
9 changed files with 13 additions and 7 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):