Correctly regenerate Cython c files

This commit is contained in:
Jonathan G. Underwood 2018-06-26 23:11:47 +01:00
parent 24671328b6
commit 3d9c99b805
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Provides: python3-PyOpenGL-Tk = %{version}-%{release}
%build
# Delete all Cython generated .c files to force a rebuild
pushd %{srcname}-accelerate-%{version}
pushd %{srcname}-accelerate-%{version}/src
for f in *.pyx ; do
rm -f "${f%.pyx}.c"
done