Skip to content

Commit 351005c

Browse files
committed
use specific openal version compatible with ubuntu 22
1 parent 2fb7931 commit 351005c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vcpkg.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"libvorbis",
99
"openal-soft"
1010
],
11+
"overrides": [
12+
{
13+
"name": "openal-soft",
14+
"version": "1.24.3"
15+
}
16+
],
1117
"default-features": [
1218
"nel"
1319
],

0 commit comments

Comments
 (0)