We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165e8c0 commit 5e59abdCopy full SHA for 5e59abd
meson.build
@@ -3422,6 +3422,15 @@ if meson.version().version_compare('>=0.57')
3422
section: 'Programs',
3423
)
3424
3425
+ if llvm.found()
3426
+ summary(
3427
+ {
3428
+ 'clang': clang,
3429
+ },
3430
+ section: 'Programs',
3431
+ )
3432
+ endif
3433
+
3434
summary(
3435
{
3436
'bonjour': bonjour,
0 commit comments