mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 07:39:01 +08:00
7da66f2058
Fixes cross-builds, https://github.com/microsoft/vcpkg/issues/38094#issuecomment-2091528489.
26 lines
423 B
JSON
26 lines
423 B
JSON
{
|
|
"name": "libsystemd",
|
|
"version": "255",
|
|
"port-version": 2,
|
|
"description": "Libsystemd",
|
|
"homepage": "https://github.com/systemd/systemd",
|
|
"license": null,
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "gperf",
|
|
"host": true
|
|
},
|
|
"libcap",
|
|
"liblzma",
|
|
"libmount",
|
|
"libxcrypt",
|
|
"lz4",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zstd"
|
|
]
|
|
}
|