vcpkg/ports/libuuid/vcpkg.json
autoantwort b13e043b70
[libuuid] disallow on osx (#22306)
The `uuid/uuid.h` header conflicts with system libraries on osx; some system headers include `<uuid/uuid.h>`, intending to get the macOS system headers.
2022-01-12 11:33:38 -08:00

9 lines
209 B
JSON

{
"name": "libuuid",
"version": "1.0.3",
"port-version": 10,
"description": "Universally unique id library",
"homepage": "https://sourceforge.net/projects/libuuid",
"supports": "!osx & !windows"
}