bug-fix: iterate for all runtime paths
authorWoongsuk <ws77.cho@samsung.com>
Tue, 18 Mar 2025 00:58:13 +0000 (09:58 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Wed, 4 Jun 2025 06:24:38 +0000 (15:24 +0900)
There was an error in directory iteration due to an incorrect break
statesment during target resolving.

NativeLauncher/tool/multi_target_resolver.cc

index 9542a35a5c49829105122bc6c47de74ef3e0e95e..6831eab4a3926ea1c2ed4142d6a0ffb8d557459b 100644 (file)
@@ -186,7 +186,6 @@ int resolvePlatformSpecificFiles(const std::string& rootPath)
                                                break;
                                        }
                                }
-                               break;
                        }
                }
        } catch (const bf::filesystem_error& error) {