summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-03-16 07:32:12 -0700
committerGitHub <noreply@github.com>2017-03-16 07:32:12 -0700
commit84aab5f59d023849b9ccdc290e698e4a61ac75a2 (patch)
tree5236a7bea31a0b7deefd1a4f181c2d6cb1ded1aa /build.sh
parent8f4861922d1761bfcb339d2474fd1b414cec8004 (diff)
downloadcoreclr-84aab5f59d023849b9ccdc290e698e4a61ac75a2.tar.gz
coreclr-84aab5f59d023849b9ccdc290e698e4a61ac75a2.tar.bz2
coreclr-84aab5f59d023849b9ccdc290e698e4a61ac75a2.zip
Delete mscorlib facade (#10157)
Fixes #7607
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/build.sh b/build.sh
index b0dcc3c937..1e332cfb6f 100755
--- a/build.sh
+++ b/build.sh
@@ -372,13 +372,6 @@ build_CoreLib_ni()
exit 1
fi
- echo "Generating native image for MScorlib Facade."
- $__BinDir/crossgen $__BinDir/mscorlib.dll
- if [ $? -ne 0 ]; then
- echo "Failed to generate native image for mscorlib facade."
- exit 1
- fi
-
if [ "$__BuildOS" == "Linux" ]; then
echo "Generating symbol file for System.Private.CoreLib."
$__BinDir/crossgen /CreatePerfMap $__BinDir $__BinDir/System.Private.CoreLib.ni.dll