mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/path: source config/functions early
$(kernel_path) should be available to PKG_CONFIGURE_OPTS_* now
This commit is contained in:
parent
28b0dded07
commit
4e3142e3c6
@ -1,5 +1,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
. config/functions
|
||||||
|
|
||||||
# setup initial directorys (relative to root)
|
# setup initial directorys (relative to root)
|
||||||
CONFIG=config
|
CONFIG=config
|
||||||
SCRIPTS=scripts
|
SCRIPTS=scripts
|
||||||
@ -153,7 +155,6 @@ if [ -z "$LD_LIBRARY_PATH" -o "$LD_LIBRARY_PATH" = "${LD_LIBRARY_PATH#$ROOT/$TOO
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
VERSION_SUFFIX=$TARGET_ARCH
|
VERSION_SUFFIX=$TARGET_ARCH
|
||||||
. config/functions
|
|
||||||
|
|
||||||
check_path
|
check_path
|
||||||
check_config
|
check_config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user