Linux Mint support for mscorlib.dll (#4610)
authorchunseoklee <chunseoklee@naver.com>
Thu, 28 Apr 2016 13:27:07 +0000 (22:27 +0900)
committerJan Kotas <jkotas@microsoft.com>
Thu, 28 Apr 2016 13:27:07 +0000 (06:27 -0700)
build.sh

index f374886..62ff53e 100755 (executable)
--- 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