mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
scripts/checkdeps: can't install gcc if gcc not installed. Duh.
This commit is contained in:
parent
083bcae74f
commit
db6d111ecf
@ -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++
|
||||
|
@ -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=()
|
||||
|
Loading…
x
Reference in New Issue
Block a user