2021-09-18 10:52:07 +00:00
|
|
|
diff --git a/alc/helpers.cpp b/alc/helpers.cpp
|
|
|
|
index 8c1c856..19bbc0f 100644
|
2022-04-27 09:35:20 +00:00
|
|
|
--- a/core/helpers.cpp
|
|
|
|
+++ b/core/helpers.cpp
|
2021-09-18 10:52:07 +00:00
|
|
|
@@ -402,6 +402,7 @@ al::vector<std::string> SearchDataFiles(const char *ext, const char *subdir)
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-09-18 10:52:07 +00:00
|
|
|
DirectorySearch(path.c_str(), ext, &results);
|
2020-04-24 23:36:52 +00:00
|
|
|
}
|
2021-09-18 10:52:07 +00:00
|
|
|
+ DirectorySearch("@OUT@/share/", ext, &results);
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-09-18 10:52:07 +00:00
|
|
|
return results;
|
|
|
|
}
|