mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:38:59 +08:00
b23242b620
* [libao] Add parameter to control whether to detect dlfcn * Use Cache variables instead of patch file * Avoid using undefined variable Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"name": "libao",
|
|
"version": "1.2.2",
|
|
"port-version": 4,
|
|
"description": "libao - A Cross-platform Audio Library",
|
|
"homepage": "https://github.com/xiph/libao",
|
|
"license": "GPL-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|