summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorChristopher Costa <chcosta@microsoft.com>2017-02-01 20:28:22 -0800
committerChristopher Costa <chcosta@microsoft.com>2017-02-01 20:28:22 -0800
commitb93cbfe34bcdb4abf0484021b959370aac11adb1 (patch)
treedc51c34a04dbd5aa41538f3e2f6b075e29791057 /build.sh
parent5bfce2cdf4db98c53dd712cb1dadd509445c589b (diff)
downloadcoreclr-b93cbfe34bcdb4abf0484021b959370aac11adb1.tar.gz
coreclr-b93cbfe34bcdb4abf0484021b959370aac11adb1.tar.bz2
coreclr-b93cbfe34bcdb4abf0484021b959370aac11adb1.zip
Update usage info
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a6254be55d..e42d9ac791 100755
--- a/build.sh
+++ b/build.sh
@@ -48,7 +48,7 @@ usage()
echo "cmakeargs - user-settable additional arguments passed to CMake."
echo "bindir - output directory (defaults to $__ProjectRoot/bin)"
echo "buildstandalonegc - builds the GC in a standalone mode. Can't be used with \"cmakeargs\"."
- echo "msbuildonunsupportedplatform"
+ echo "msbuildonunsupportedplatform - build managed binaries even if distro is not officially supported."
exit 1
}