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 54f2ba3 commit a375c1eCopy full SHA for a375c1e
1 file changed
cpython-unix/build-cpython.sh
@@ -1379,6 +1379,10 @@ fi
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
+# Prune the tcl/tk translations
1383
+rm -rf "${ROOT}/out/python/install/lib/tcl9.0/msgs"
1384
+rm -rf "${ROOT}/out/python/install/lib/tk9.0/msgs"
1385
+
1386
# Copy the terminfo database if present.
1387
if [ -d "${TOOLS_PATH}/deps/usr/share/terminfo" ]; then
1388
cp -av "${TOOLS_PATH}/deps/usr/share/terminfo" "${ROOT}/out/python/install/share/"
0 commit comments