Skip to content

Commit

Permalink
configure-python.sh: Fix building of python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jur committed May 24, 2015
1 parent dd9abe1 commit 06fb174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export _PYTHON_HOST_PLATFORM="linux2-${HOSTARCH}"
export PYTHONHOME="${BUILDPREFIX}"
export PYTHONPATH="${SCRIPTDIR}/Python-2.7.8/build/lib.linux2-mipsel-2.7/sysconfigdata/"
export HOSTPGEN="${BUILDPREFIX}/bin/pgen"
export PATH="$DESTDIR/$HOSTTOOLCHAIN/bin:$PATH"
export PATH="$DESTDIR/$HOSTTOOLCHAIN/bin:$DESTDIR/libexec/gcc/mipsel-linux-uclibc/4.0.4:$PATH"

# TBD: Fix path
export PREFIX="/usr/python"
Expand Down

0 comments on commit 06fb174

Please sign in to comment.