summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJongHeon Choi <j-h.choi@samsung.com>2017-04-26 08:36:35 +0900
committerJongHeon Choi <j-h.choi@samsung.com>2017-04-26 08:36:46 +0900
commit7f481bb69fb6d1a11ed2d88461d74bfb0f5d22d6 (patch)
tree31020e964a2693f4bd711ff3557d9dd56c94b530
parent323150bea27f1ebada1399e51ceba0c01b0606ed (diff)
downloadlauncher-7f481bb69fb6d1a11ed2d88461d74bfb0f5d22d6.tar.gz
launcher-7f481bb69fb6d1a11ed2d88461d74bfb0f5d22d6.tar.bz2
launcher-7f481bb69fb6d1a11ed2d88461d74bfb0f5d22d6.zip
Change-Id: Ia8632e7b66cabbfd2d1c780d85db52462e1db38e
-rw-r--r--NativeLauncher/installer-plugin/common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeLauncher/installer-plugin/common.cc b/NativeLauncher/installer-plugin/common.cc
index e53cff3..9cd2109 100644
--- 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) {