summaryrefslogtreecommitdiff
path: root/src/vm/crossgen_mscorlib
diff options
context:
space:
mode:
authorJohn Chen <jochen@microsoft.com>2016-11-01 16:20:08 -0700
committerJohn Chen <jochen@microsoft.com>2016-11-01 16:20:08 -0700
commitda879d9237dc34a5ba9728358b7f78fc1981fc68 (patch)
tree78cd268a889c81c1bb439e45ce363b54617acb33 /src/vm/crossgen_mscorlib
parentee38f0cde26d486bdbe7dbbf83ea286c408e790f (diff)
downloadcoreclr-da879d9237dc34a5ba9728358b7f78fc1981fc68.tar.gz
coreclr-da879d9237dc34a5ba9728358b7f78fc1981fc68.tar.bz2
coreclr-da879d9237dc34a5ba9728358b7f78fc1981fc68.zip
Fix GitHub build break caused by change #1636179
[tfs-changeset: 1636227]
Diffstat (limited to 'src/vm/crossgen_mscorlib')
-rw-r--r--src/vm/crossgen_mscorlib/mscorlib_crossgen.nativeproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vm/crossgen_mscorlib/mscorlib_crossgen.nativeproj b/src/vm/crossgen_mscorlib/mscorlib_crossgen.nativeproj
index be65670654..67e6f4acd2 100644
--- a/src/vm/crossgen_mscorlib/mscorlib_crossgen.nativeproj
+++ b/src/vm/crossgen_mscorlib/mscorlib_crossgen.nativeproj
@@ -1,5 +1,12 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
+ <PropertyGroup>
+ <!-- Work around problems with loading System.Private.CoreLib.dll, -->
+ <!-- caused by inconsistent setting of UseLegacyCompiler and FeatureSpanOfT -->
+ <!-- between System.Private.CoreLib.dll and the runtime. -->
+ <UseLegacyCompiler>true</UseLegacyCompiler>
+ </PropertyGroup>
+
<Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\xplat\SetCrossGen.props" />
<PropertyGroup>