build: add OpenAL dependency

This commit is contained in:
2026-07-06 11:49:13 +08:00
parent 8a4081cf9c
commit 92029a12a6
3 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
{
"dependencies": [
"protobuf",
"zstd"
"zstd",
"openal-soft"
],
"builtin-baseline": "a0400024711b283056538ac19ced80b91a83c24c"
}
}