diff --git a/pypy3.spec b/pypy3.spec index 0aa26f8..a14b96d 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -309,6 +309,9 @@ find lib-python/%{pylibver} lib_pypy -name "*.py" -exec \ "{}" \ \; +# Not needed on Linux +rm lib-python/3/idlelib/idle.bat + %ifarch %{ix86} x86_64 %{arm} sed -i -r 's/\$\(LDFLAGSEXTRA\)/& -fuse-ld=gold/' ./rpython/translator/platform/posix.py %endif