bug-fix: iterate for all runtime paths accepted/tizen/unified/20250318.155610 accepted/tizen/unified/x/20250319.090619
authorWoongsuk <ws77.cho@samsung.com>
Tue, 18 Mar 2025 00:58:13 +0000 (09:58 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Tue, 18 Mar 2025 01:07:58 +0000 (10:07 +0900)
There was an error in directory iteration due to an incorrect break
statesment during target resolving.

NativeLauncher/tool/multi_target_resolver.cc

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