python3.10: fix build on 32 bits. (#10784)

This commit is contained in:
OscarL
2024-08-03 09:19:49 -03:00
committed by GitHub
parent c8ae5340d4
commit 689d29823f

View File

@@ -199,9 +199,9 @@ INSTALL()
# No point in having this if we don't have a working tkinter.
if ! $enableTkinter; then
rm $binDir/idle$pyShortVer
rm $prefix/bin/idle$pyShortVer
if $installAsDefaultPython; then
rm -f $binDir/idle3
rm -f $prefix/bin/idle3
fi
fi