From b70eb98951063c00fb114a91f935d8991ca0e927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 15 Apr 2018 00:25:48 +0200 Subject: [PATCH] Remove Windows bat file --- pypy3.spec | 3 +++ 1 file changed, 3 insertions(+) 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