mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 10:59:05 +08:00
b13e043b70
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.
9 lines
209 B
JSON
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"
|
|
}
|