diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-02-03 08:00:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 15:00:00 -0800 |
| commit | 3b4a4e4b5cff58ae9af6b46ad63fda71146f6ce4 (patch) | |
| tree | da5899a12cda3b59457e4dd49290bf5d352f6bb6 /versions/baseline.json | |
| parent | 4ef16cd07edc4cc9570d543a4eb09c51006588ab (diff) | |
| download | vcpkg-3b4a4e4b5cff58ae9af6b46ad63fda71146f6ce4.tar.gz vcpkg-3b4a4e4b5cff58ae9af6b46ad63fda71146f6ce4.zip | |
[metrohash] support Android triplet build (#15715)
* [metrohash] support Android build
* check ANDROID variable
* exclude 'crc' sources that requires non-ARM intrinsic
* rewrite CONTROL to vcpkg.json
* [metrohash] update checksum and version JSON
* [metrohash] apply PR feedback
* [metrohash] enable sse4.2 for Clang compiler
* [metrohash] fix wrong version string
* [metrohash] fix wrong version string
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 6e5aefd04..11b3d0274 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3705,8 +3705,8 @@ "port-version": 7 }, "metrohash": { - "baseline": "1.1.3-1", - "port-version": 0 + "baseline": "1.1.3", + "port-version": 2 }, "mgnlibs": { "baseline": "2019-09-29", |
