mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Revert bogus disabling of Tcl and Tk.
This commit is contained in:
parent
7630731af0
commit
a41be1d1d2
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ def build(platform, clean):
|
|||
|
||||
# TCL
|
||||
tcldir = os.path.join(ROOT, TCL)
|
||||
if 0:
|
||||
if 1:
|
||||
os.chdir(os.path.join(tcldir, "win"))
|
||||
if clean:
|
||||
nmake("makefile.vc", "clean")
|
||||
|
|
@ -49,7 +49,7 @@ def build(platform, clean):
|
|||
nmake("makefile.vc", "install", INSTALLDIR=dest, MACHINE=machine)
|
||||
|
||||
# TK
|
||||
if 0:
|
||||
if 1:
|
||||
os.chdir(os.path.join(ROOT, TK, "win"))
|
||||
if clean:
|
||||
nmake("makefile.vc", "clean", TCLDIR=tcldir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue