diff options
| author | georg-emg <71000124+georg-emg@users.noreply.github.com> | 2021-03-26 19:39:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-26 11:39:45 -0700 |
| commit | 73edefd8775d3897914b68b3664d19a81de2991e (patch) | |
| tree | 75c091fe8073d2700f9c34319556618aef17cfe4 /versions/r- | |
| parent | be656b22a454b5ef3bb56113f5bf4c53b75fdba3 (diff) | |
| download | vcpkg-73edefd8775d3897914b68b3664d19a81de2991e.tar.gz vcpkg-73edefd8775d3897914b68b3664d19a81de2991e.zip | |
[ryu] ryuConfig.cmake now selects the correct libraries when cross compiling (#16858)
* 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
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions/r-')
| -rw-r--r-- | versions/r-/ryu.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/r-/ryu.json b/versions/r-/ryu.json index 0576a5182..0c1d1b31d 100644 --- a/versions/r-/ryu.json +++ b/versions/r-/ryu.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0f8ca7269cbb4141e7576295e2427a4208341aba", + "version-string": "2.0", + "port-version": 4 + }, + { "git-tree": "faaef55aea17b88d0328989a64d948d8a09d7559", "version-string": "2.0", "port-version": 3 |
