diff options
| author | here-mikelley <48072435+here-mikelley@users.noreply.github.com> | 2020-03-27 19:51:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-27 19:51:48 -0700 |
| commit | f2d54374951af870b713f73d7e71923e38ecc4c7 (patch) | |
| tree | 03fcbb23b18794b029f116689e8758eab1b84f98 /ports/lzo/CONTROL | |
| parent | f2734659ab1bf3891f1dc53b5663667ec2457cbd (diff) | |
| download | vcpkg-f2d54374951af870b713f73d7e71923e38ecc4c7.tar.gz vcpkg-f2d54374951af870b713f73d7e71923e38ecc4c7.zip | |
[lzo] Fix for building Linux shared library (#10451)
* [lzo] Fix for building Linux shared library
* [lzo] replace MSVC with VCPKG_TARGET_IS_WINDOWS
* [lzo] Update version to 2.10-5
Diffstat (limited to 'ports/lzo/CONTROL')
| -rw-r--r-- | ports/lzo/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/lzo/CONTROL b/ports/lzo/CONTROL index 10d403d68..4548ae9bb 100644 --- a/ports/lzo/CONTROL +++ b/ports/lzo/CONTROL @@ -1,4 +1,4 @@ Source: lzo -Version: 2.10-4 +Version: 2.10-5 Homepage: https://www.oberhumer.com/opensource/lzo/ Description: Lossless data compression library |
