mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
buildsystem: fix debug broken by #3171
This commit is contained in:
parent
ab0e387bf4
commit
95158167e9
@ -522,6 +522,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