crossgen bug fixed 10/127010/1 accepted/tizen/unified/20170426.195625 submit/tizen/20170426.002751
authorJongHeon Choi <j-h.choi@samsung.com>
Tue, 25 Apr 2017 23:36:35 +0000 (08:36 +0900)
committerJongHeon 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

index e53cff3..9cd2109 100644 (file)
@@ -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) {