vcpkg/ports/detours/vcpkg.json
Pavel Curtis d528237995
Detours respects build type (#20776)
* Fix detours port to respect VCPKG_BUILD_TYPE

If the target triplet sets VCPKG_BUILD_TYPE, we can't assume that both '-rel' and 'dbg' build trees exist.

* Bump the port version number.

* Fix tree hash

* Add requested double-quotes around file paths.

* Update tree hash.

Co-authored-by: Pavel Curtis <pavelc@microsoft.com>
2021-10-20 14:48:11 -07:00

8 lines
233 B
JSON

{
"name": "detours",
"version-string": "4.0.1",
"port-version": 4,
"description": "Detours is a software package for monitoring and instrumenting API calls on Windows.",
"homepage": "https://github.com/microsoft/Detours"
}