diff options
| author | Charles Milette <charles.milette@gmail.com> | 2021-03-18 16:18:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-18 13:18:51 -0700 |
| commit | 04821b850025a7fecb7604c7221a0d1702dec6d8 (patch) | |
| tree | 3b94b78df9b48a0aa1eb435ca2e76d2659f73d69 /versions | |
| parent | 1f7d3846180cba2b595738320300cc9b470d9ee2 (diff) | |
| download | vcpkg-04821b850025a7fecb7604c7221a0d1702dec6d8.tar.gz vcpkg-04821b850025a7fecb7604c7221a0d1702dec6d8.zip | |
[detours] support debug builds (#16755)
* [detours] support debug builds
* Update baseline
* [detours] Update CONTROL
* [detours] Update baseline
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/d-/detours.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index bbf5cd5df..0bf60efbc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1597,8 +1597,8 @@ "port-version": 1 }, "detours": { - "baseline": "4.0.1-1", - "port-version": 0 + "baseline": "4.0.1", + "port-version": 2 }, "devicenameresolver": { "baseline": "2016-06-26-0850d88fa6-1", diff --git a/versions/d-/detours.json b/versions/d-/detours.json index 6726eb336..bb2e73f0c 100644 --- a/versions/d-/detours.json +++ b/versions/d-/detours.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7400c2c8b63f9576a4b5e4464ad5d8e36d33e1d6", + "version-string": "4.0.1", + "port-version": 2 + }, + { "git-tree": "ab6a570459cbae07325fbfdd4b51992c9dad3e41", "version-string": "4.0.1-1", "port-version": 0 |
