From: chunseoklee Date: Thu, 28 Apr 2016 13:27:07 +0000 (+0900) Subject: Linux Mint support for mscorlib.dll (#4610) X-Git-Tag: accepted/tizen/base/20180629.140029~4868 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccbabf30d4d9bde05e9a843713b29542279cd92a;p=platform%2Fupstream%2Fcoreclr.git Linux Mint support for mscorlib.dll (#4610) --- diff --git a/build.sh b/build.sh index f374886..62ff53e 100755 --- a/build.sh +++ b/build.sh @@ -217,6 +217,9 @@ isMSBuildOnNETCoreSupported() __OSVersion=$(lsb_release -rs) if [ "$__OSVersion" == "14.04" ]; then __isMSBuildOnNETCoreSupported=1 + elif [ "$(cat /etc/*-release | grep -cim1 14.04)" -eq 1 ]; then + # Linux Mint based on Ubuntu 14.04 + __isMSBuildOnNETCoreSupported=1 fi elif [ "$__DistroName" == "rhel" ]; then __isMSBuildOnNETCoreSupported=1