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-24 00:18:56 +0300
committerKamil Rytarowski <n54@gmx.com>2016-01-24 04:40:20 +0300
commita55c01c99bc9b781f9dd9531df6c31b9074d3096 (patch)
tree7d66175fc38219ca6e2d86789a20c1f376db6b26 /build.sh
parent1042fa0f574a485dfa3e1e2eb28430e978bafa66 (diff)
Add comments explaining temporary values of NugetRuntimeId for FreeBSD and NetBSD
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 5d78bed3f..17adbca83 100755
--- a/build.sh
+++ b/build.sh
@@ -295,6 +295,7 @@ case $OSName in
FreeBSD)
__BuildOS=FreeBSD
+ # TODO: Add proper FreeBSD target
__ToolNugetRuntimeId=osx.10.10-x64
__TestNugetRuntimeId=osx.10.10-x64
;;
@@ -305,6 +306,7 @@ case $OSName in
NetBSD)
__BuildOS=NetBSD
+ # TODO: Add proper NetBSD target
__ToolNugetRuntimeId=osx.10.10-x64
__TestNugetRuntimeId=osx.10.10-x64
;;