mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
buildsystem: add flag to enable verbose build (if package supports it)
This commit is contained in:
parent
96635b4fd4
commit
86ec1eee8a
@ -234,6 +234,12 @@ setup_toolchain() {
|
||||
export MAKEFLAGS="-j$CONCURRENCY_MAKE_LEVEL"
|
||||
fi
|
||||
|
||||
# verbose flag
|
||||
if flag_enabled "verbose" "no"; then
|
||||
NINJA_OPTS="$NINJA_OPTS -v"
|
||||
export MAKEFLAGS="$MAKEFLAGS V=1 VERBOSE=1"
|
||||
fi
|
||||
|
||||
case "$1" in
|
||||
target|init)
|
||||
export DESTIMAGE="target"
|
||||
|
Loading…
x
Reference in New Issue
Block a user