mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
config/show_config: minor clean up
- get rid of leading whitespace - according to https://ccache.dev/ it's "Ccache"
This commit is contained in:
parent
cfd7db5ff0
commit
2df69c0d23
@ -36,8 +36,8 @@ show_config() {
|
||||
config_message+="\n - LLVM support:\t\t\t ${LLVM_SUPPORT}"
|
||||
config_message+="\n - DEBUG:\t\t\t\t ${DEBUG:-no}"
|
||||
config_message+="\n - CFLAGS:\t\t\t\t ${TARGET_CFLAGS}"
|
||||
config_message+="\n - LDFLAGS:\t\t\t\t ${TARGET_LDFLAGS}"
|
||||
config_message+="\n - Local ccache:\t\t\t ${LOCAL_CCACHE:-no}"
|
||||
config_message+="\n - LDFLAGS:\t\t\t\t $(sed 's/^ *//' <<< ${TARGET_LDFLAGS})"
|
||||
config_message+="\n - Local Ccache:\t\t\t ${LOCAL_CCACHE:-no}"
|
||||
|
||||
# Misc. hardware configuration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user