about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/openal-soft/search-out.patch
blob: 5813cd48ee67fdbc82d9d43d04c855d0242c4a5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/alc/helpers.cpp b/alc/helpers.cpp
index 8c1c856..19bbc0f 100644
--- a/core/helpers.cpp
+++ b/core/helpers.cpp
@@ -402,6 +402,7 @@ al::vector<std::string> SearchDataFiles(const char *ext, const char *subdir)
 
         DirectorySearch(path.c_str(), ext, &results);
     }
+    DirectorySearch("@OUT@/share/", ext, &results);
 
     return results;
 }