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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2016-01-23 14:46:09 +0300
committerKamil Rytarowski <n54@gmx.com>2016-01-23 14:46:09 +0300
commit1042fa0f574a485dfa3e1e2eb28430e978bafa66 (patch)
tree573b78f1c9711fd3457eb66d3d3f6ea4ddf25057 /build.sh
parent6be37cfad2d6160bed9304c73810c91ee3094193 (diff)
Add NetBSD as a valid OSName and BuildOS type
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index c1fdab912..5d78bed3f 100755
--- a/build.sh
+++ b/build.sh
@@ -303,6 +303,12 @@ case $OSName in
__BuildOS=Linux
;;
+ NetBSD)
+ __BuildOS=NetBSD
+ __ToolNugetRuntimeId=osx.10.10-x64
+ __TestNugetRuntimeId=osx.10.10-x64
+ ;;
+
*)
echo "Unsupported OS $OSName detected, configuring as if for Linux"
__BuildOS=Linux