Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Remove dependency to libopenal.so -> libatomic.so.1 under Linux.
This appears to a be bug in openal-soft's CMakeLists.txt, that the HAS_LIBATOMIC check always return success and let libopenal.so links to libatomic.so.1. This looks unnecessary: not all use of <atomic> requires linking to libatomic.so. Will check with openal-soft team to clarify the use. REF: https://stackoverflow.com/questions/30591313/why-does-g-still-require-latomic
- Loading branch information