Update OpenAL version to 1.23.1

#963
This commit is contained in:
Wojtek Figat
2023-04-19 13:11:04 +02:00
parent 648520a6dc
commit c2117f0254
4 changed files with 36 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ namespace Flax.Deps.Dependencies
public override void Build(BuildOptions options)
{
var root = options.IntermediateFolder;
var version = "1.23.0";
var version = "1.23.1";
var dstIncludePath = Path.Combine(options.ThirdPartyFolder, "OpenAL");
foreach (var platform in options.Platforms)