]> granicus.if.org Git - python/commitdiff
Let's see if tcl/tk test runs on windows buildbot with this fix.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Fri, 17 Sep 2010 08:53:31 +0000 (08:53 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Fri, 17 Sep 2010 08:53:31 +0000 (08:53 +0000)
PCbuild/rt.bat

index 91b39f7431408e919d230e6a61d5898ebac597da..f3c4829569e68cd86e959f4004212bf9c0e54c89 100644 (file)
@@ -30,7 +30,7 @@ set prefix=.\
 set suffix=
 set qmode=
 set dashO=
-set tcltk=
+set tcltk=tcltk
 
 :CheckOpts
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts