scm: fix build-scm check

This commit is contained in:
Dirk-Jan C. Binnema
2026-07-23 16:30:02 +03:00
committed by Seth Ladygo
parent 391cc3c556
commit 40ee042b6d
2 changed files with 4 additions and 4 deletions

View File

@ -253,7 +253,7 @@ public:
Type::Boolean,
Flags::System,
"scm-enabled",
[]()->std::string { return mu_format("{}", BUILD_GUILE); },
[]()->std::string { return mu_format("{}", BUILD_SCM); },
"Is SCM/Guile supported?"
},
{