Bump OpenAL to Fix iOS by dellis1972 · Pull Request #8935 · MonoGame/MonoGame
dellis1972 added a commit that referenced this pull request
Oct 16, 2025We cannot use dylib's on iOS in the App Store. So we need to swtich to using a static library. This means we cannot use `LoadLibrary` on iOS. So lets switch over to using `DllImport`. We can do this now since we control the name of the library we ship. It is consistently `openal` (or `libopenal.*`) on all platforms. Version 1.24.3.2 of OpenAL has the static libs for iOS.
This was referenced
Oct 27, 2025This was referenced
Dec 19, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters