Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Disable OpenAL on Windows (#1744)
For various reasons, OpenAL on Windows is not supported. If we do manage to find it and link against it, the build we produce is unlikely to work outside of an MSYS2 command line environment, so we should just disable it. If we ever want OpenAL support on Windows, we would need to either locate a version that depends only on Windows system libraries (i.e. does not dynamically load libc++ or other MSYS2 libraries), or else build and provide OpenAL ourselves as part of `ares-deps`.
- Loading branch information