mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
Fix installdir for Tix
This commit is contained in:
parent
adadc0f56f
commit
7bbed946ea
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ diff -ur tix-8.1.4/win/common.mak tix-8.1.4.new/win/common.mak
|
||||||
ITCL_VER =
|
ITCL_VER =
|
||||||
|
|
||||||
-INSTALLDIR = C:\progra~1\tcl
|
-INSTALLDIR = C:\progra~1\tcl
|
||||||
+INSTALLDIR = ..\..\tcl84
|
+INSTALLDIR = ..\..\tcltk
|
||||||
|
|
||||||
!IFNDEF TIX_DEBUG
|
!IFNDEF TIX_DEBUG
|
||||||
NODEBUG = 1
|
NODEBUG = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue