diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-03-28 13:01:56 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-27 22:01:56 -0700 |
| commit | 493b76284dd0b075ac9486be6c9bd60af105bd3b (patch) | |
| tree | 5b0ec7dda3ff79ae01b49a3c70fe5ac535eb2b61 /ports/jemalloc/CONTROL | |
| parent | c88974a2239b1de0facbf4cc096e0ad75c8e51a6 (diff) | |
| download | vcpkg-493b76284dd0b075ac9486be6c9bd60af105bd3b.tar.gz vcpkg-493b76284dd0b075ac9486be6c9bd60af105bd3b.zip | |
[jemalloc]Fix dll generated when generating static library (#5829)
* [jemalloc]Fix dll generated when generating static library
Diffstat (limited to 'ports/jemalloc/CONTROL')
| -rw-r--r-- | ports/jemalloc/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/jemalloc/CONTROL b/ports/jemalloc/CONTROL index 5bdca6c43..7f6fa5ae2 100644 --- a/ports/jemalloc/CONTROL +++ b/ports/jemalloc/CONTROL @@ -1,4 +1,4 @@ Source: jemalloc -Version: 4.3.1-2 +Version: 4.3.1-3 Description: jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support Build-Depends: |
