(whip) update environment to reflect the path of the new host python. This is temporary until the toolchain supports populate-project.sh.

This commit is contained in:
Mathieu Virbel 2015-02-11 12:54:58 +01:00
parent 656889ed69
commit 3a2935f106

View file

@ -46,6 +46,7 @@ export BUILDROOT="$KIVYIOSROOT/build"
export TMPROOT="$KIVYIOSROOT/tmp"
export DESTROOT="$KIVYIOSROOT/tmp/root"
export CACHEROOT="$KIVYIOSROOT/.cache"
export DISTROOT="$KIVYIOSROOT/dist"
# pkg-config for SDL and futures
try mkdir -p $BUILDROOT/pkgconfig
@ -53,7 +54,7 @@ export PKG_CONFIG_PATH="$BUILDROOT/pkgconfig:$PKG_CONFIG_PATH"
# some tools
export CCACHE=$(which ccache)
export HOSTPYTHON="$TMPROOT/Python-$IOS_PYTHON_VERSION/hostpython"
export HOSTPYTHON="$DISTROOT/hostpython/bin/python"
for fn in cython-2.7 cython; do
export CYTHON=$(which $fn)
if [ "X$CYTHON" != "X" ]; then