diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-03-12 15:03:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-12 15:03:50 -0700 |
| commit | 990a5d71bf5b472fd1ba8c6bbf1ab2e152ce6454 (patch) | |
| tree | bda01e069bbd377f6a1cf27a7ee858d74fe48a63 /ports/rocksdb/CONTROL | |
| parent | 2808536e57b3cb905268387bb752eb223a4fc7ef (diff) | |
| parent | 92eb878b3efdb780097178125066a6070869c954 (diff) | |
| download | vcpkg-990a5d71bf5b472fd1ba8c6bbf1ab2e152ce6454.tar.gz vcpkg-990a5d71bf5b472fd1ba8c6bbf1ab2e152ce6454.zip | |
Merge pull request #3013 from yurybura/master
[rocksdb] Fix build and use debug suffix 'd'
Diffstat (limited to 'ports/rocksdb/CONTROL')
| -rw-r--r-- | ports/rocksdb/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/rocksdb/CONTROL b/ports/rocksdb/CONTROL index 19383f54a..161abe80e 100644 --- a/ports/rocksdb/CONTROL +++ b/ports/rocksdb/CONTROL @@ -1,4 +1,4 @@ Source: rocksdb -Version: 5.10.4-1 +Version: 5.10.4-2 Description: A library that provides an embeddable, persistent key-value store for fast storage -Build-Depends: snappy, lz4, zlib, gtest +Build-Depends: snappy, gflags, lz4, zlib |
