mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/build: add TODO
This commit is contained in:
parent
3f3395fdf4
commit
83922eef4f
@ -378,6 +378,9 @@ pkg_call_exists post_make_$TARGET && pkg_call post_make_$TARGET
|
||||
PKG_ORIG_SYSROOT_PREFIX="${SYSROOT_PREFIX}"
|
||||
export SYSROOT_PREFIX="${BUILD}/.sysroot/${PKG_NAME}.${TARGET}"
|
||||
rm -rf "${SYSROOT_PREFIX}"
|
||||
|
||||
# Create common sysroot directories as some packages expect them to exist.
|
||||
# TODO: Fix those packages so we don't need to pre-create directories.
|
||||
for d in /usr/lib /usr/include /usr/bin /usr/lib/pkgconfig; do
|
||||
mkdir -p "${SYSROOT_PREFIX}${d}"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user