diff options
author | Justin Cormack <justin@specialbusservice.com> | 2015-04-24 12:28:07 +0000 |
---|---|---|
committer | Justin Cormack <justin@specialbusservice.com> | 2015-04-24 13:42:49 +0000 |
commit | 8c237e56d08a1bbcdcfefcde2102e01b8fc99024 (patch) | |
tree | 86b74a60b5a336f1e7e204556839d26129deedf6 /build.sh | |
parent | a7d15e0e513335e15ac4efd0c54dfa56b65dc13e (diff) | |
download | coreclr-8c237e56d08a1bbcdcfefcde2102e01b8fc99024.tar.gz coreclr-8c237e56d08a1bbcdcfefcde2102e01b8fc99024.tar.bz2 coreclr-8c237e56d08a1bbcdcfefcde2102e01b8fc99024.zip |
basic NetBSD platform support
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -113,6 +113,10 @@ case $OSName in __BuildOS=OpenBSD ;; + NetBSD) + __BuildOS=NetBSD + ;; + *) echo "Unsupported OS $OSName detected, configuring as if for Linux" __BuildOS=Linux |