From cfb10b3f9da53ff0f30496269d6b40dfc27058ec Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Wed, 7 Aug 2019 14:36:19 +0300 Subject: [PATCH] Support 3.0-preview7 --- NativeLauncher/tool/ni_common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NativeLauncher/tool/ni_common.cc b/NativeLauncher/tool/ni_common.cc index f1127e4..493078e 100644 --- a/NativeLauncher/tool/ni_common.cc +++ b/NativeLauncher/tool/ni_common.cc @@ -280,7 +280,7 @@ static ni_error_e crossgen(const std::string& dllPath, const std::string& appPat std::vector argv = { __CROSSGEN_PATH, "/nologo", - "/Trusted_Platform_Assemblies", __tpa.c_str(), + "/r", __tpa.c_str(), "/JITPath", jitPath.c_str() }; -- 2.7.4