mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-30 03:50:27 +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…
Reference in New Issue
Block a user