From 8a192eacb9f180f6fb7eadf87673dfe3f6af1cb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=B5=9C=EC=A2=85=ED=97=8C/MDE=20Lab=28SR=29/=EC=82=BC?= =?utf8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 31 Jul 2023 13:15:17 +0900 Subject: [PATCH] Change the location and value for generating vconf of runtime_version (#478) --- NativeLauncher/tool/multi_target_resolver.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/NativeLauncher/tool/multi_target_resolver.cc b/NativeLauncher/tool/multi_target_resolver.cc index e787b9e..839f6a0 100644 --- a/NativeLauncher/tool/multi_target_resolver.cc +++ b/NativeLauncher/tool/multi_target_resolver.cc @@ -88,7 +88,6 @@ static std::vector getTfmFallbackGraph() std::vector dotnet_version; splitPath(dotnet_runtime_version, dotnet_version); for (auto& dotnetVersion : dotnet_version) { - dotnetVersion = dotnetVersion.substr(0, dotnetVersion.rfind('.')); for (auto& platformVersion : platform_version_list) { tfm_list.push_back(std::string("net" + dotnetVersion + "-tizen" + platformVersion)); } -- 2.7.4