summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2016-08-31 12:36:37 -0700
committerGitHub <noreply@github.com>2016-08-31 12:36:37 -0700
commit703bd92f2ed695b1323d03df36dcd8b39fb0a7b6 (patch)
tree0656dc64fa218a5301ef98317ba86974bf2e9413 /build.sh
parent97448547841a58e3b74459d35a48c2b7978d97bc (diff)
parenta90eae186415ca8abb30d735138e85bc358a8a13 (diff)
downloadcoreclr-703bd92f2ed695b1323d03df36dcd8b39fb0a7b6.tar.gz
coreclr-703bd92f2ed695b1323d03df36dcd8b39fb0a7b6.tar.bz2
coreclr-703bd92f2ed695b1323d03df36dcd8b39fb0a7b6.zip
Merge pull request #6943 from mellinoe/fedora-24
Add fedora24 native packages
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index bdbaf5eeac..6ede273dd9 100755
--- a/build.sh
+++ b/build.sh
@@ -231,6 +231,9 @@ isMSBuildOnNETCoreSupported()
"fedora.23-x64")
__isMSBuildOnNETCoreSupported=1
;;
+ "fedora.24-x64")
+ __isMSBuildOnNETCoreSupported=1
+ ;;
"opensuse.13.2-x64")
__isMSBuildOnNETCoreSupported=1
;;