Skip to content

Commit

Permalink
openal-soft: add libatomic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 4, 2024
1 parent c4856bb commit 8ef9a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/openal-soft/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,5 @@ def package_info(self):
self.cpp_info.system_libs.append(libcxx)
if not self.options.shared:
self.cpp_info.defines.append("AL_LIBTYPE_STATIC")
if str(self.settings.compiler.libcxx) in ["libstdc++", "libstdc++11"]:
self.cpp_info.system_libs.append("atomic")

0 comments on commit 8ef9a00

Please sign in to comment.