mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
build: export PKG_ORIG_SYSROOT_PREFIX
Required to create $PKG_NAME-config scripts in $TOOLCHAIN/bin
This commit is contained in:
parent
9059fe9297
commit
c328de8278
@ -384,7 +384,7 @@ pkg_call_exists_opt post_make_${TARGET} && pkg_call
|
||||
|
||||
# Hack around directly writing/modifying the content of a shared sysroot
|
||||
# by temporarily installing new files to a package specific sysroot
|
||||
PKG_ORIG_SYSROOT_PREFIX="${SYSROOT_PREFIX}"
|
||||
export PKG_ORIG_SYSROOT_PREFIX="${SYSROOT_PREFIX}"
|
||||
export SYSROOT_PREFIX="${BUILD}/.sysroot/${PKG_NAME}.${TARGET}"
|
||||
rm -rf "${SYSROOT_PREFIX}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user