meson: fix name of library
This commit is contained in:
parent
22b6c782f4
commit
bd548eebae
@ -25,7 +25,7 @@ if cc.has_function_attribute('visibility')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
libbzip2 = library(
|
libbzip2 = library(
|
||||||
'bzip2',
|
'bz2',
|
||||||
['blocksort.c', 'huffman.c', 'crctable.c', 'randtable.c', 'compress.c', 'decompress.c', 'bzlib.c'],
|
['blocksort.c', 'huffman.c', 'crctable.c', 'randtable.c', 'compress.c', 'decompress.c', 'bzlib.c'],
|
||||||
c_args : c_args,
|
c_args : c_args,
|
||||||
gnu_symbol_visibility : 'hidden',
|
gnu_symbol_visibility : 'hidden',
|
||||||
|
Loading…
Reference in New Issue
Block a user