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 778be0d commit 916fd61Copy full SHA for 916fd61
meson.build
@@ -236,8 +236,8 @@ configure_file(output : 'config.h', configuration : config_h)
236
237
libdwarf_output = ('always')
238
if dev_decompression
239
-libdwarf_output = 'always (zlib: ' + (zlib_deps.found() ? 'yes' : 'no') + ')'
240
-libdwarf_output += ' always (libzstd: ' + (libzstd_deps.found() ? 'yes' : 'no') + ')'
+ libdwarf_output = 'always (zlib: ' + (zlib_deps.found() ? 'yes' : 'no') + ')'
+ libdwarf_output += ' always (libzstd: ' + (libzstd_deps.found() ? 'yes' : 'no') + ')'
241
endif
242
243
libdwarfp_output = (have_libdwarfp ? 'yes' : 'no')
0 commit comments