diff --git a/packages/toolchain/lang/Python-host/build b/packages/toolchain/lang/Python-host/build index a008832850..bcd368d169 100755 --- a/packages/toolchain/lang/Python-host/build +++ b/packages/toolchain/lang/Python-host/build @@ -59,6 +59,6 @@ cp Parser/pgen $ROOT/$TOOLCHAIN/bin rm -rf $ROOT/$TOOLCHAIN/bin/python*-config sed -e "s:%PREFIX%:$SYSROOT_PREFIX/usr:g" -e "s:%CFLAGS%:$TARGET_CFLAGS:g" \ - $ROOT/$PKG_DIR/scripts/python-config > $ROOT/$TOOLCHAIN/bin/python2.7-config + $PKG_DIR/scripts/python-config > $ROOT/$TOOLCHAIN/bin/python2.7-config chmod +x $ROOT/$TOOLCHAIN/bin/python2.7-config ln -s python2.7-config $ROOT/$TOOLCHAIN/bin/python-config