mirror of https://github.com/kivy/kivy.git
Don't package examples in the wheel [build wheel linux].
This commit is contained in:
parent
19e139f5d7
commit
dd172ebb14
|
@ -45,7 +45,7 @@ for PYBIN in /opt/python/*3*/bin; do
|
|||
if [[ $PYBIN != *"34"* ]]; then
|
||||
"${PYBIN}/pip" install --upgrade setuptools pip;
|
||||
"${PYBIN}/pip" install --upgrade cython nose pygments docutils;
|
||||
USE_X11=1 USE_SDL2=1 USE_PANGOFT2=0 USE_GSTREAMER=0 PKG_CONFIG_PATH="$HOME/kivy_build/lib/pkgconfig" "${PYBIN}/pip" wheel --no-deps . -w dist/;
|
||||
KIVY_SPLIT_EXAMPLES=1 USE_X11=1 USE_SDL2=1 USE_PANGOFT2=0 USE_GSTREAMER=0 PKG_CONFIG_PATH="$HOME/kivy_build/lib/pkgconfig" "${PYBIN}/pip" wheel --no-deps . -w dist/;
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue