summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2017-03-22 23:25:57 -0700
committerGitHub <noreply@github.com>2017-03-22 23:25:57 -0700
commit90f74b3963073c3671da1b4b95a6c205b7fa0411 (patch)
treea6af8a0635da1291c9e81d9dd0097875974febb0 /build.sh
parent6c73fd9440a68f064f4767347a4401155ee88899 (diff)
downloadcoreclr-90f74b3963073c3671da1b4b95a6c205b7fa0411.tar.gz
coreclr-90f74b3963073c3671da1b4b95a6c205b7fa0411.tar.bz2
coreclr-90f74b3963073c3671da1b4b95a6c205b7fa0411.zip
Various fixes for generating portable RID packages (#10409)
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 e97fbb00a5..76ee1056c5 100755
--- a/build.sh
+++ b/build.sh
@@ -84,7 +84,7 @@ initTargetDistroRid()
export __DistroRid="$__HostDistroRid"
fi
- # Portable builds target the base RID only for Linux based platforms
+ # Portable builds target the base RID
if [ $__PortableBuild == 1 ]; then
if [ "$__BuildOS" == "Linux" ]; then
export __DistroRid="linux-$__BuildArch"