Support 3.0-preview7
authorGleb Balykov <g.balykov@samsung.com>
Wed, 7 Aug 2019 11:36:19 +0000 (14:36 +0300)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Thu, 8 Aug 2019 00:10:22 +0000 (09:10 +0900)
NativeLauncher/tool/ni_common.cc

index f1127e4..493078e 100644 (file)
@@ -280,7 +280,7 @@ static ni_error_e crossgen(const std::string& dllPath, const std::string& appPat
                std::vector<const char*> argv = {
                        __CROSSGEN_PATH,
                        "/nologo",
-                       "/Trusted_Platform_Assemblies", __tpa.c_str(),
+                       "/r", __tpa.c_str(),
                        "/JITPath", jitPath.c_str()
                };