diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-06-17 11:31:14 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-06-17 11:31:14 -0700 |
| commit | ba0b34c2e88c50626bb38a6f21ffcc7b2f93ad4d (patch) | |
| tree | ebd3744d907869ad7f2d82e31cfdb84505417a7d /ports/blosc/CONTROL | |
| parent | ec5e9c282c1470b831ab55c8b93e087f125b2599 (diff) | |
| download | vcpkg-ba0b34c2e88c50626bb38a6f21ffcc7b2f93ad4d.tar.gz vcpkg-ba0b34c2e88c50626bb38a6f21ffcc7b2f93ad4d.zip | |
[blosc] Fix the bug when building release-only. (#6928)
Diffstat (limited to 'ports/blosc/CONTROL')
| -rw-r--r-- | ports/blosc/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/blosc/CONTROL b/ports/blosc/CONTROL index 7c0d95842..4dc7bf81f 100644 --- a/ports/blosc/CONTROL +++ b/ports/blosc/CONTROL @@ -1,5 +1,5 @@ Source: blosc -Version: 1.16.3 +Version: 1.16.3-1 Build-Depends: lz4, snappy, zlib, zstd Homepage: https://github.com/Blosc/c-blosc Description: A blocking, shuffling and loss-less compression library that can be faster than `memcpy()` |
