summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJan Henke <Jan.Henke@taujhe.de>2015-03-10 18:32:52 +0100
committerJan Henke <Jan.Henke@taujhe.de>2015-03-16 11:42:07 +0100
commitf0553c343213ff28291d39098e170c5b127bbaa5 (patch)
treeccd929078ed55fc8ca1f1e53ea454bd14e642141 /build.sh
parentb10e8b341bd9ef8da101bd96437a1e539aecd9bc (diff)
downloadcoreclr-f0553c343213ff28291d39098e170c5b127bbaa5.tar.gz
coreclr-f0553c343213ff28291d39098e170c5b127bbaa5.tar.bz2
coreclr-f0553c343213ff28291d39098e170c5b127bbaa5.zip
Inital build support for FreeBSD.
Add FreeBSD to various build scripts, so this platform is detected and properly configured.
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 f1d6d83626..57bc5786d4 100755
--- a/build.sh
+++ b/build.sh
@@ -99,6 +99,10 @@ case $OSName in
__BuildOS=mac
;;
+ FreeBSD)
+ __BuildOS=freebsd
+ ;;
+
*)
echo "Unsupported OS $OSName detected, configuring as if for Linux"
__BuildOS=linux