Remove Windows bat file

This commit is contained in:
Miro Hrončok 2018-04-15 00:25:48 +02:00
parent 1b41795b2f
commit b70eb98951
1 changed files with 3 additions and 0 deletions

View File

@ -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