buildsystem: fix debug broken by #3171 [backport]

This commit is contained in:
MilhouseVH 2019-02-14 19:41:22 +00:00
parent 720a3a4997
commit 9dcc683a95
2 changed files with 4 additions and 2 deletions

View File

@ -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() {

View File

@ -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