summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJustin Cormack <justin@specialbusservice.com>2015-04-24 12:28:07 +0000
committerJustin Cormack <justin@specialbusservice.com>2015-04-24 13:42:49 +0000
commit8c237e56d08a1bbcdcfefcde2102e01b8fc99024 (patch)
tree86b74a60b5a336f1e7e204556839d26129deedf6 /build.sh
parenta7d15e0e513335e15ac4efd0c54dfa56b65dc13e (diff)
downloadcoreclr-8c237e56d08a1bbcdcfefcde2102e01b8fc99024.tar.gz
coreclr-8c237e56d08a1bbcdcfefcde2102e01b8fc99024.tar.bz2
coreclr-8c237e56d08a1bbcdcfefcde2102e01b8fc99024.zip
basic NetBSD platform support
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 bada10e579..6ca9e7c7d0 100755
--- a/build.sh
+++ b/build.sh
@@ -113,6 +113,10 @@ case $OSName in
__BuildOS=OpenBSD
;;
+ NetBSD)
+ __BuildOS=NetBSD
+ ;;
+
*)
echo "Unsupported OS $OSName detected, configuring as if for Linux"
__BuildOS=Linux