Merge pull request #3312 from MilhouseVH/le92_fix_debug

buildsystem: fix debug broken by #3171
This commit is contained in:
CvH 2019-02-17 21:54:55 +01:00 committed by GitHub
commit 560b0a6576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

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