diff options
| author | georg-emg <71000124+georg-emg@users.noreply.github.com> | 2021-04-30 00:45:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 15:45:22 -0700 |
| commit | 16cb5ff369b4997ddc8c2974106f7aecc1d1e78e (patch) | |
| tree | 5280db1513258d05b287b03e0e51bcde9a6936b5 /versions | |
| parent | 90e7eaf82432f9cafbf9fc4c7fb4565a6d3f30fd (diff) | |
| download | vcpkg-16cb5ff369b4997ddc8c2974106f7aecc1d1e78e.tar.gz vcpkg-16cb5ff369b4997ddc8c2974106f7aecc1d1e78e.zip | |
[ryu] fixed syntax error in ryuConfig.cmake (#17306)
* ryuConfig.cmake now checks the target rather than the host system to decide whether to install ryu.lib or linryu.a
* executed vcpkg x-add-version ryu
* Update ports/ryu/ryuConfig.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* executed vcpkg x-add-version ryu
* fixed a syntax error in ports/ryu/ryuConfig.cmake
* vcpkg x-add-version ryu
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/r-/ryu.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 5ab3dbdff..b0eb94ad8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5418,7 +5418,7 @@ }, "ryu": { "baseline": "2.0", - "port-version": 4 + "port-version": 5 }, "safeint": { "baseline": "3.24", diff --git a/versions/r-/ryu.json b/versions/r-/ryu.json index 0c1d1b31d..5bad84baa 100644 --- a/versions/r-/ryu.json +++ b/versions/r-/ryu.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e620954b8262664cd847436d34b412bc89292854", + "version-string": "2.0", + "port-version": 5 + }, + { "git-tree": "0f8ca7269cbb4141e7576295e2427a4208341aba", "version-string": "2.0", "port-version": 4 |
