mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +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}"
|
mv "${temp_global}" "${_CACHE_PACKAGE_GLOBAL}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -z "${_DEBUG_DEPENDS_LIST+x}" ]; then
|
||||||
|
set_debug_depends
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
load_build_config() {
|
load_build_config() {
|
||||||
|
@ -88,8 +88,6 @@ if [ "${OEM}" = "yes" -o "${OEM}" = "no" ]; then
|
|||||||
OEM_SUPPORT="${OEM}"
|
OEM_SUPPORT="${OEM}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -z "${_DEBUG_DEPENDS_LIST+x}" ] && set_debug_depends
|
|
||||||
|
|
||||||
check_config
|
check_config
|
||||||
|
|
||||||
. config/graphic
|
. config/graphic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user