summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAaron Bieber <aaron@bolddaemon.com>2015-03-16 14:50:38 -0600
committerAaron Bieber <aaron@bolddaemon.com>2015-03-16 15:56:06 -0600
commit1d2ef251b20167d8c5f2e42a8ee4354aa05bc73f (patch)
treee30d6d975c9679b677d7a69c2b19df1d5a86c5ac /build.sh
parentb1dfb9747869828bfa8aee271a359bb6c689b1d0 (diff)
downloadcoreclr-1d2ef251b20167d8c5f2e42a8ee4354aa05bc73f.tar.gz
coreclr-1d2ef251b20167d8c5f2e42a8ee4354aa05bc73f.tar.bz2
coreclr-1d2ef251b20167d8c5f2e42a8ee4354aa05bc73f.zip
fix build on OpenBSD
fix indent more indent fix indenting
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 57bc5786d4..69fc3c2735 100755
--- a/build.sh
+++ b/build.sh
@@ -103,6 +103,10 @@ case $OSName in
__BuildOS=freebsd
;;
+ OpenBSD)
+ __BuildOS=openbsd
+ ;;
+
*)
echo "Unsupported OS $OSName detected, configuring as if for Linux"
__BuildOS=linux