mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
add _python_* variables for host
This commit is contained in:
parent
13bcf8bf92
commit
c35d631f23
@ -141,6 +141,9 @@ setup_toolchain() {
|
|||||||
export CXX_FOR_BUILD="$CXX"
|
export CXX_FOR_BUILD="$CXX"
|
||||||
export BUILD_CC="$CC"
|
export BUILD_CC="$CC"
|
||||||
export BUILD_CXX="$CXX"
|
export BUILD_CXX="$CXX"
|
||||||
|
export _python_sysroot="$TOOLCHAIN"
|
||||||
|
export _python_prefix=/
|
||||||
|
export _python_exec_prefix=/
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user