properties: support system-properties
Support "system" properties, i.e., library versions, whether language-detection, scm is supported. Make these more generic (with display strings), so we can handle them more automatic int mu-cmd-info.
This commit is contained in:
@ -56,7 +56,7 @@ subr_cc_store_alist(SCM store_scm) try {
|
||||
(MuConfig::Flags::Internal | MuConfig::Flags::Runtime)))
|
||||
continue;
|
||||
|
||||
const auto str{conf.get_str(prop)};
|
||||
const auto str{conf.as_display_string(prop)};
|
||||
if (str.empty())
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user