From c35d631f2395fc74f832d84286571461e578653d Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Fri, 10 Nov 2017 09:05:59 -0800 Subject: [PATCH] add _python_* variables for host --- config/functions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/functions b/config/functions index 5f0862114f..dbfd6e886b 100644 --- a/config/functions +++ b/config/functions @@ -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 }