We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a186551 commit 54f2ba3Copy full SHA for 54f2ba3
1 file changed
cpython-unix/build-cpython.sh
@@ -1376,6 +1376,9 @@ if [ -d "${TOOLS_PATH}/deps/lib/tcl9" ]; then
1376
)
1377
fi
1378
1379
+# Prune the tk demos which are > 1 MB and not used
1380
+rm -rf "${ROOT}/out/python/install/lib/tk9.0/demos"
1381
+
1382
# Copy the terminfo database if present.
1383
if [ -d "${TOOLS_PATH}/deps/usr/share/terminfo" ]; then
1384
cp -av "${TOOLS_PATH}/deps/usr/share/terminfo" "${ROOT}/out/python/install/share/"
0 commit comments