mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/options: gcc is required. early.
This commit is contained in:
parent
3006253431
commit
57ed5cb599
@ -52,6 +52,11 @@ LINUX_DEPENDS="$PROJECT_DIR/$PROJECT/linux/linux.$TARGET_ARCH.conf $ROOT/package
|
|||||||
# If you have ccache installed, take care that LOCAL_CC don't point to it
|
# If you have ccache installed, take care that LOCAL_CC don't point to it
|
||||||
LOCAL_CC=`which gcc`
|
LOCAL_CC=`which gcc`
|
||||||
|
|
||||||
|
if [ -z "$LOCAL_CC" ] ; then
|
||||||
|
echo "***** Please install gcc *****"
|
||||||
|
exit 127
|
||||||
|
fi
|
||||||
|
|
||||||
# Need to point to your actual g++
|
# Need to point to your actual g++
|
||||||
# If you have ccache installed, take care that LOCAL_CXX don't point to it
|
# If you have ccache installed, take care that LOCAL_CXX don't point to it
|
||||||
LOCAL_CXX=`which g++`
|
LOCAL_CXX=`which g++`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user