mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
python3.10: fix build on 32 bits. (#10784)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user