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 25d4eda commit 6443944Copy full SHA for 6443944
meson.build
@@ -3404,6 +3404,15 @@ if meson.version().version_compare('>=0.57')
3404
section: 'Programs',
3405
)
3406
3407
+ if llvm.found()
3408
+ summary(
3409
+ {
3410
+ 'clang': clang,
3411
+ },
3412
+ section: 'Programs',
3413
+ )
3414
+ endif
3415
+
3416
summary(
3417
{
3418
'bonjour': bonjour,
0 commit comments