From: Woongsuk Date: Tue, 18 Mar 2025 00:58:13 +0000 (+0900) Subject: bug-fix: iterate for all runtime paths X-Git-Tag: accepted/tizen/9.0/unified/20250611.103219~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe71b7fa4b80c9fa7b7e77e916bc490c5ceb2b73;p=platform%2Fcore%2Fdotnet%2Flauncher.git bug-fix: iterate for all runtime paths There was an error in directory iteration due to an incorrect break statesment during target resolving. --- diff --git a/NativeLauncher/tool/multi_target_resolver.cc b/NativeLauncher/tool/multi_target_resolver.cc index 9542a35..6831eab 100644 --- a/NativeLauncher/tool/multi_target_resolver.cc +++ b/NativeLauncher/tool/multi_target_resolver.cc @@ -186,7 +186,6 @@ int resolvePlatformSpecificFiles(const std::string& rootPath) break; } } - break; } } } catch (const bf::filesystem_error& error) {