Reword workaround_elusive_bzip2 description

According to the wording on the wiki, which I like more.
This commit is contained in:
Tamás Bálint Misius
2025-03-15 12:37:44 +01:00
parent 97d443531e
commit 00bfd304ac

View File

@@ -115,7 +115,7 @@ option(
'workaround_elusive_bzip2', 'workaround_elusive_bzip2',
type: 'boolean', type: 'boolean',
value: true, value: true,
description: 'acquire bzip2 dependency with find_library' description: 'Find bzip2 via the compiler and its built-in library directories, rather than via pkg-config or similar'
) )
option( option(
'workaround_elusive_bzip2_lib_name', 'workaround_elusive_bzip2_lib_name',