diff options
author | Jan Kotas <jkotas@microsoft.com> | 2017-03-16 07:32:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 07:32:12 -0700 |
commit | 84aab5f59d023849b9ccdc290e698e4a61ac75a2 (patch) | |
tree | 5236a7bea31a0b7deefd1a4f181c2d6cb1ded1aa /build.sh | |
parent | 8f4861922d1761bfcb339d2474fd1b414cec8004 (diff) | |
download | coreclr-84aab5f59d023849b9ccdc290e698e4a61ac75a2.tar.gz coreclr-84aab5f59d023849b9ccdc290e698e4a61ac75a2.tar.bz2 coreclr-84aab5f59d023849b9ccdc290e698e4a61ac75a2.zip |
Delete mscorlib facade (#10157)
Fixes #7607
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |