Skip to content

Commit

Permalink
scripts/checkdeps: can't install gcc if gcc not installed. Duh.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilhouseVH committed Nov 8, 2019
1 parent 083bcae commit db6d111
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/options
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down
2 changes: 0 additions & 2 deletions scripts/checkdeps
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down

0 comments on commit db6d111

Please sign in to comment.