Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaeHie Park <saehie.park@samsung.com>2016-06-08 07:23:38 +0300
committerSaeHie Park <saehie.park@samsung.com>2016-06-08 07:23:38 +0300
commitaeed0be06cd5868a691f4dd9a5ea83fb2afff9df (patch)
tree427651c27c308e5ed464f7d89a4f61a5e7d6e8f4 /build.sh
parent0be80a870383664997f065a6d8a911b12a2d56c3 (diff)
Add clang3.8 to build.sh option
Just add 'clang3.8' to build.sh option
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index c9e50960e0..b5abde9b06 100755
--- a/build.sh
+++ b/build.sh
@@ -311,6 +311,10 @@ while :; do
__ClangMajorVersion=3
__ClangMinorVersion=7
;;
+ clang3.8)
+ __ClangMajorVersion=3
+ __ClangMinorVersion=8
+ ;;
freebsd)
__BuildOS=FreeBSD
__TestNugetRuntimeId=osx.10.10-x64