Skip to content

Commit af016a2

Browse files
committed
recurse symlinks
1 parent 5bf223f commit af016a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Qor/Qor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ string Qor :: resource_path(
436436
for(const string& p: m_SearchPaths) {
437437
try{
438438
const auto it = find_if(
439-
recursive_directory_iterator(path(p)),
439+
recursive_directory_iterator(path(p), symlink_option::recurse),
440440
end,
441441
[&fn](const directory_entry& e) {
442442
return e.path().filename() == fn;

0 commit comments

Comments
 (0)