summary refs log tree commit diff
path: root/pkgs/development/libraries/openal-soft/search-out.patch
blob: 796642aa3c89957a359f5434bbd51293ca73e9c8 (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/alc/helpers.cpp
+++ b/alc/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;
 }