Skip to content

Commit 507d406

Browse files
committed
Init
1 parent cf83ff0 commit 507d406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/windows/scripts/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ popd
207207

208208
REM Remove __pycache__
209209
echo remove pycache
210-
for /d /r %BUILDING_DIR%\Lib\site-packages\pip %%d in (__pycache__) do (
210+
for /d /r %BUILDING_DIR%\Lib\site-packages\ %%d in (__pycache__) do (
211211
if exist %%d rmdir /s /q "%%d"
212212
)
213213

0 commit comments

Comments
 (0)