mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
d528237995
* 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>
8 lines
233 B
JSON
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"
|
|
}
|