mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 12:21:51 +08:00
[openal-soft]: Fix config error on android ndk r27 (#40267)
This commit is contained in:
parent
c6f685954a
commit
d570ab6824
@ -62,6 +62,7 @@ vcpkg_cmake_configure(
|
||||
-DALSOFT_REQUIRE_WASAPI=${ALSOFT_REQUIRE_WINDOWS}
|
||||
-DALSOFT_CPUEXT_NEON=${ALSOFT_CPUEXT_NEON}
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_WindowsSDK=ON
|
||||
-DCMAKE_POLICY_DEFAULT_CMP0057=NEW
|
||||
MAYBE_UNUSED_VARIABLES
|
||||
ALSOFT_AMBDEC_PRESETS
|
||||
ALSOFT_BACKEND_ALSA
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "openal-soft",
|
||||
"version": "1.23.1",
|
||||
"port-version": 1,
|
||||
"description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.",
|
||||
"homepage": "https://github.com/kcat/openal-soft",
|
||||
"license": "LGPL-2.0-or-later",
|
||||
|
@ -6486,7 +6486,7 @@
|
||||
},
|
||||
"openal-soft": {
|
||||
"baseline": "1.23.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"openblas": {
|
||||
"baseline": "0.3.27",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8000875d5dc94ae2b77e940befb113655efd55c1",
|
||||
"version": "1.23.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "d23d6573247830bd439e418fe0e31321de778d85",
|
||||
"version": "1.23.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user