mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #7217 from SupervisedThinking/up_show_config
config/show_config: minor clean up
This commit is contained in:
commit
c01ae9b7bd
@ -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