Skip to content

Commit d92a27e

Browse files
authored
Remove distutils completely
1 parent 3969441 commit d92a27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-python-host-emscripten.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rm -rf lib/python3.11/config-3.11*
3232
rm -rf lib/python3.11/ctypes
3333
rm -rf lib/python3.11/curses
3434
rm -rf lib/python3.11/dbm
35-
rm -rf lib/python3.11/distutils/command/wininst-*.exe
35+
rm -rf lib/python3.11/distutils
3636
rm -rf lib/python3.11/encoding/*.py
3737
rm -rf lib/python3.11/ensurepip
3838
rm -rf lib/python3.11/idlelib

0 commit comments

Comments
 (0)