Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c0e184c

Browse files
committed
Merge pull request #3096 from gkhanna79/MonoCheck
Check for Mono presence until CoreCLR 3090 is fixed.
2 parents ccae500 + 127c86e commit c0e184c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ build_mscorlib()
222222
return
223223
fi
224224

225+
hash mono 2> /dev/null || { echo >&2 "Skipping mscorlib.dll build since Mono is not installed."; __SkipMSCorLib=1; return; }
226+
225227
# Restore buildTools
226228

227229
restoreBuildTools

0 commit comments

Comments
 (0)