mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
6d6f3164e6
* [crossguid] Fix compilation on gcc v13 Crossguid no longer compiles with gcc v13 (tested on Linux), due to a missing include (cstdint). There is an upstream pull request to fix the issue which has been open for some time but not yet merged [1]. Let's patch the sources in vcpkg until upstream fixes it. Fixes #31834. [1] https://github.com/graeme-hill/crossguid/pull/67 * [crossguid] Bump port-version
21 lines
395 B
JSON
21 lines
395 B
JSON
{
|
|
"name": "crossguid",
|
|
"version-date": "2021-10-22",
|
|
"port-version": 3,
|
|
"description": "CrossGuid is a minimal, cross platform, C++ GUID library.",
|
|
"dependencies": [
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !osx & !android"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|