diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-09-02 22:21:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 13:21:52 -0700 |
| commit | 9f73bc1a0e71b8883f20cae72a4e63ce347a3493 (patch) | |
| tree | 56793188593162588fe6e12874c2d505913509c8 /versions/l-/libuv.json | |
| parent | bff0e8fc31e4e00a9c2f51b84c9b43bc46478729 (diff) | |
| download | vcpkg-9f73bc1a0e71b8883f20cae72a4e63ce347a3493.tar.gz vcpkg-9f73bc1a0e71b8883f20cae72a4e63ce347a3493.zip | |
Fix target_link_libraries on repeated inclusion of wrappers (#19120)
* Fix repeated inclusion of wrappers
* x-add-version
Diffstat (limited to 'versions/l-/libuv.json')
| -rw-r--r-- | versions/l-/libuv.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/l-/libuv.json b/versions/l-/libuv.json index 673b06bea..011e4609c 100644 --- a/versions/l-/libuv.json +++ b/versions/l-/libuv.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "42fa2a97059c54e5c2374a9762a7060d85a1091b", + "version": "1.41.0", + "port-version": 1 + }, + { "git-tree": "25ef9957bffba1e73f3dd857f8dc27148ec6f84f", "version-string": "1.41.0", "port-version": 0 |
