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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjashook <jashoo@microsoft.com>2019-11-15 01:26:46 +0300
committerjashook <jashoo@microsoft.com>2019-11-18 04:14:02 +0300
commitcd36d15ef931990c2cf2b0c82384a40b728b6a62 (patch)
tree4c6668a67f24e4b39bd8ded932b905200480bf0c /src/coreclr/_build-commons.sh
parent2b4b6d5d53488197670b132b21f796c0240fc5b2 (diff)
Use artifacts layout in place of bin dir
Diffstat (limited to 'src/coreclr/_build-commons.sh')
-rwxr-xr-xsrc/coreclr/_build-commons.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/_build-commons.sh b/src/coreclr/_build-commons.sh
index 28f02ce1d9d..43a52e56ef9 100755
--- a/src/coreclr/_build-commons.sh
+++ b/src/coreclr/_build-commons.sh
@@ -42,7 +42,7 @@ usage()
echo ""
echo "BuildArch can be: -x64, -x86, -arm, -armel, -arm64"
echo "BuildType can be: -debug, -checked, -release"
- echo "-bindir - output directory (defaults to $__ProjectRoot/bin)"
+ echo "-bindir - output directory (defaults to $__ProjectRoot/artifacts)"
echo "-clang - optional argument to build using clang in PATH (default)."
echo "-clangx.y - optional argument to build using clang version x.y."
echo "-cmakeargs - user-settable additional arguments passed to CMake."