mirror of https://github.com/kivy/kivy.git
Request 2010 platform.
This commit is contained in:
parent
592fcd882e
commit
bacc46ac6b
|
@ -51,5 +51,5 @@ done
|
||||||
|
|
||||||
for name in /io/wheelhouse/*.whl; do
|
for name in /io/wheelhouse/*.whl; do
|
||||||
echo "Fixing $name";
|
echo "Fixing $name";
|
||||||
auditwheel repair $name -w /io/wheelhouse/;
|
auditwheel repair --plat manylinux2010_x86_64 $name -w /io/wheelhouse/;
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue