diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-10-12 05:51:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 20:51:03 -0700 |
| commit | 1c91b14312fe00f93e8de55db2b07d25342661c5 (patch) | |
| tree | 9b7b8f79b7cfcf81f4dfd3f12fbfbeb3f448d3fb /versions | |
| parent | 9deacd9e5b92fa94b2dd1e33b2a2dac1a01b8b64 (diff) | |
| download | vcpkg-1c91b14312fe00f93e8de55db2b07d25342661c5.tar.gz vcpkg-1c91b14312fe00f93e8de55db2b07d25342661c5.zip | |
[librttopo] Revise windows build (#20584)
* Use common indentation of 4 spaces
* Minimize makefiles patch
* Fix single-config build
* Install pc file for windows
* Update versions
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/librttopo.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 0d6cb9e7c..1cb4341f3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3750,7 +3750,7 @@ }, "librttopo": { "baseline": "1.1.0", - "port-version": 4 + "port-version": 5 }, "libsamplerate": { "baseline": "0.2.2", diff --git a/versions/l-/librttopo.json b/versions/l-/librttopo.json index 88bbabc82..5c3773f05 100644 --- a/versions/l-/librttopo.json +++ b/versions/l-/librttopo.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d747c88d429ff781b11627623d0958967f912a41", + "version": "1.1.0", + "port-version": 5 + }, + { "git-tree": "fae3fefb29d1972caa2643351ebf83ca47f7d04a", "version": "1.1.0", "port-version": 4 |
