From: Woongsuk Cho Date: Wed, 6 Oct 2021 05:48:28 +0000 (+0900) Subject: use corerun for crossgen2 X-Git-Tag: accepted/tizen/unified/20220110.054933~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3a7f5413cfc42d26db481d76610a6430fcfa1c9;p=platform%2Fcore%2Fdotnet%2Flauncher.git use corerun for crossgen2 --- diff --git a/NativeLauncher/tool/ni_common.cc b/NativeLauncher/tool/ni_common.cc index 23e9ec5..5ed08c8 100644 --- a/NativeLauncher/tool/ni_common.cc +++ b/NativeLauncher/tool/ni_common.cc @@ -71,7 +71,7 @@ static const char* __SYSTEM_BASE_FILE = __STR(SYSTEM_BASE_FILE); #undef __STR #undef __XSTR -static const char* CORERUN_CMD = "/usr/bin/dotnet-inhouse"; +static const char* CORERUN_CMD = "/usr/share/dotnet.tizen/netcoreapp/corerun"; static const char* CROSSGEN2_PATH = "/usr/share/dotnet.tizen/netcoreapp/crossgen2/crossgen2.dll"; static const char* CLRJIT_PATH = "/usr/share/dotnet.tizen/netcoreapp/libclrjit.so"; static const char* CROSSGEN_OPT_JITPATH = "--jitpath";