diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2020-05-27 13:15:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-26 22:15:05 -0700 |
| commit | 9dde75b92a95f100b9eb58844a44294d1be2797d (patch) | |
| tree | cdfab638e60bc97abbff6b8428763524d06cdaac /ports/simdjson/CONTROL | |
| parent | 4694b885a2d681e5b0c7b54276d665f569249962 (diff) | |
| download | vcpkg-9dde75b92a95f100b9eb58844a44294d1be2797d.tar.gz vcpkg-9dde75b92a95f100b9eb58844a44294d1be2797d.zip | |
[simdjson] Fix error LNK2001 when compile with /fsanitize=address in MSVC (#11495)
* [simdjson] Fix error LNK2001 when compile with /fsanitize=address
* Update ports/simdjson/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/simdjson/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/simdjson/portfile.cmake
* Update ports/simdjson/portfile.cmake
* Update ports/simdjson/portfile.cmake
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/simdjson/CONTROL')
| -rw-r--r-- | ports/simdjson/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/simdjson/CONTROL b/ports/simdjson/CONTROL index fe34d9af3..1d48f1ae0 100644 --- a/ports/simdjson/CONTROL +++ b/ports/simdjson/CONTROL @@ -1,5 +1,5 @@ Source: simdjson
-Version: 2019-12-27
+Version: 2019-12-27-1
Description: A extremely fast JSON library that can parse gigabytes of JSON per second
Homepage: https://github.com/lemire/simdjson
Supports: !(x86|arm|arm64)
\ No newline at end of file |
