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:
323150b
)
crossgen bug fixed
10/127010/1
accepted/tizen/unified/20170426.195625
submit/tizen/20170426.002751
author
JongHeon Choi
<j-h.choi@samsung.com>
Tue, 25 Apr 2017 23:36:35 +0000
(08:36 +0900)
committer
JongHeon Choi
<j-h.choi@samsung.com>
Tue, 25 Apr 2017 23:36:46 +0000
(08:36 +0900)
Change-Id: Ia8632e7b66cabbfd2d1c780d85db52462e1db38e
NativeLauncher/installer-plugin/common.cc
patch
|
blob
|
history
diff --git
a/NativeLauncher/installer-plugin/common.cc
b/NativeLauncher/installer-plugin/common.cc
index e53cff3267a14e5c8ef75f345e73c26d739dac92..9cd210948bc466519ab8837dab61438191b2e728 100644
(file)
--- a/
NativeLauncher/installer-plugin/common.cc
+++ b/
NativeLauncher/installer-plugin/common.cc
@@
-175,7
+175,7
@@
static void crossgen(const char* dllPath, const char* appPath)
std::vector<const char*> argv = {
__CROSSGEN_PATH,
"/Trusted_Platform_Assemblies", tpa.c_str(),
- "/
__JIT_PATH
", __JIT_PATH,
+ "/
JITPath
", __JIT_PATH,
"/FragileNonVersionable"
};
if (appPath != nullptr) {