add _python_* variables for host

This commit is contained in:
Lukas Rusak 2017-11-10 09:05:59 -08:00
parent 13bcf8bf92
commit c35d631f23
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -141,6 +141,9 @@ setup_toolchain() {
export CXX_FOR_BUILD="$CXX"
export BUILD_CC="$CC"
export BUILD_CXX="$CXX"
export _python_sysroot="$TOOLCHAIN"
export _python_prefix=/
export _python_exec_prefix=/
;;
esac
}