From: 최종헌/MDE Lab(SR)/삼성전자 Date: Mon, 18 Dec 2023 06:32:09 +0000 (+0900) Subject: Update ni_common.cc X-Git-Tag: accepted/tizen/unified/20240220.115648~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b883140eb17252860d6702fb55dbd58c42bb8653;p=platform%2Fcore%2Fdotnet%2Flauncher.git Update ni_common.cc --- diff --git a/NativeLauncher/tool/ni_common.cc b/NativeLauncher/tool/ni_common.cc index 6fbd707..43e9b19 100644 --- a/NativeLauncher/tool/ni_common.cc +++ b/NativeLauncher/tool/ni_common.cc @@ -758,6 +758,7 @@ static ni_error_e doAOTList(std::vector& dllList, const std::string // Error : Multiple input files matching same simple name // So, Remove dulicate files from dll list + std::sort(dllList.begin(), dllList.end()); dllList.erase(unique(dllList.begin(), dllList.end()), dllList.end()); // In the case of SPC, post-processing is required to change the name of the native image.