From: JongHeon Choi Date: Tue, 25 Apr 2017 23:36:35 +0000 (+0900) Subject: crossgen bug fixed X-Git-Tag: accepted/tizen/unified/20170426.195625^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f481bb69fb6d1a11ed2d88461d74bfb0f5d22d6;p=platform%2Fcore%2Fdotnet%2Flauncher.git crossgen bug fixed Change-Id: Ia8632e7b66cabbfd2d1c780d85db52462e1db38e --- 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 argv = { __CROSSGEN_PATH, "/Trusted_Platform_Assemblies", tpa.c_str(), - "/__JIT_PATH", __JIT_PATH, + "/JITPath", __JIT_PATH, "/FragileNonVersionable" }; if (appPath != nullptr) {