projects
/
platform
/
core
/
dotnet
/
launcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb9e2ba
)
use corerun for crossgen2
author
Woongsuk Cho
<ws77.cho@samsung.com>
Wed, 6 Oct 2021 05:48:28 +0000
(14:48 +0900)
committer
Woongsuk Cho
<ws77.cho@samsung.com>
Wed, 6 Oct 2021 05:48:28 +0000
(14:48 +0900)
NativeLauncher/tool/ni_common.cc
patch
|
blob
|
history
diff --git
a/NativeLauncher/tool/ni_common.cc
b/NativeLauncher/tool/ni_common.cc
index 23e9ec55c6ce2738898a392e9f00eb94df84db52..5ed08c8f358e17ae36f75798c826945cd7c7fd8a 100644
(file)
--- 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";