fix lxml rootbuild
This commit is contained in:
parent
a3e533f1fc
commit
f4ff8677a0
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export LDSHARED="$KIVYIOSROOT/tools/liblink"
|
|||
pushd $TMPROOT/lxml-$LXML_VERSION
|
||||
HOSTPYTHON=$TMPROOT/Python-$PYTHON_VERSION/hostpython
|
||||
try $HOSTPYTHON setup.py build_ext
|
||||
try $HOSTPYTHON setup.py install -O2
|
||||
try $HOSTPYTHON setup.py install -O2 --root iosbuild
|
||||
popd
|
||||
|
||||
export CC="$OLD_CC"
|
||||
|
|
Loading…
Reference in a new issue