scripts/checkdeps: can't install gcc if gcc not installed. Duh.

This commit is contained in:
MilhouseVH 2019-11-08 00:09:26 +00:00
parent 083bcae74f
commit db6d111ecf
2 changed files with 1 additions and 3 deletions

View File

@ -63,7 +63,7 @@ LINUX_DEPENDS="${PROJECT_DIR}/${PROJECT}/linux ${PROJECT_DIR}/${PROJECT}/patches
[ -z "${LOCAL_CC}" ] && export LOCAL_CC="$(command -v gcc)"
if [ -z "${LOCAL_CC}" ]; then
die "***** Please install gcc *****" "127"
die "***** Please install gcc - run scripts/checkdeps *****" "127"
fi
# Need to point to your actual g++

View File

@ -4,8 +4,6 @@
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
. config/options ""
get_deps() {
need=()
need_pkg=()