Skip to content

Commit 0ee32fc

Browse files
committed
fix idle
1 parent 411792f commit 0ee32fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/build_base.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if not exist %SCRIPTS% (mkdir %SCRIPTS%)
125125
if errorlevel 1 exit 1
126126

127127
for %%x in (idle pydoc) do (
128-
copy /Y %SRC_DIR%\lib\python\Tools\scripts\%%x3 %SCRIPTS%\%%x
128+
copy /Y %SRC_DIR%\Tools\scripts\%%x3 %SCRIPTS%\%%x
129129
if errorlevel 1 exit 1
130130
)
131131

0 commit comments

Comments
 (0)