summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 6ec1ceb4db..55483ce0f1 100755
--- a/build.sh
+++ b/build.sh
@@ -406,6 +406,7 @@ build_CoreLib_ni()
{
if [ $__SkipCrossgen == 1 ]; then
echo "Skipping generating native image"
+ return
fi
if [ $__SkipCoreCLR == 0 -a -e $__BinDir/crossgen ]; then