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:
Phil Ross 2019-06-08 12:35:31 +01:00 committed by Federico Mena Quintero
parent a715b86f57
commit 6c19bf79c9

View File

@ -1,5 +1,4 @@
LIBRARY bz2-1
DESCRIPTION "bz2: library for data compression"
EXPORTS
BZ2_bzCompressInit
BZ2_bzCompress