Remove the unsupported DESCRIPTION statement.
This causes a warning during the build: libbz2.def(2) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored From https://github.com/philr/bzip2-windows/blob/v1.0.6.1/patches/04-remove_unsupported_description_option.diff
This commit is contained in:
parent
a715b86f57
commit
6c19bf79c9
@ -1,5 +1,4 @@
|
||||
LIBRARY bz2-1
|
||||
DESCRIPTION "bz2: library for data compression"
|
||||
EXPORTS
|
||||
BZ2_bzCompressInit
|
||||
BZ2_bzCompress
|
||||
|
Loading…
Reference in New Issue
Block a user