Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / openal-soft / search-out.patch
blob5813cd48ee67fdbc82d9d43d04c855d0242c4a5e
1 diff --git a/alc/helpers.cpp b/alc/helpers.cpp
2 index 8c1c856..19bbc0f 100644
3 --- a/core/helpers.cpp
4 +++ b/core/helpers.cpp
5 @@ -402,6 +402,7 @@ al::vector<std::string> SearchDataFiles(const char *ext, const char *subdir)
7 DirectorySearch(path.c_str(), ext, &results);
9 + DirectorySearch("@OUT@/share/", ext, &results);
11 return results;