mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
buildsystem: fix debug broken by #3171 [backport]
This commit is contained in:
parent
720a3a4997
commit
9dcc683a95
@ -519,6 +519,10 @@ init_package_cache() {
|
||||
mv "${temp_global}" "${_CACHE_PACKAGE_GLOBAL}"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -z "${_DEBUG_DEPENDS_LIST+x}" ]; then
|
||||
set_debug_depends
|
||||
fi
|
||||
}
|
||||
|
||||
load_build_config() {
|
||||
|
@ -88,8 +88,6 @@ if [ "${OEM}" = "yes" -o "${OEM}" = "no" ]; then
|
||||
OEM_SUPPORT="${OEM}"
|
||||
fi
|
||||
|
||||
[ -z "${_DEBUG_DEPENDS_LIST+x}" ] && set_debug_depends
|
||||
|
||||
check_config
|
||||
|
||||
. config/graphic
|
||||
|
Loading…
x
Reference in New Issue
Block a user