X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build.sh;h=072c5919b2eeb08af26195c7eea88b8ccdc11e42;hb=571ab4e1b1d6e8eb86deef1d3dbf359a7d159538;hp=701c6315280ef9f1483dff77110b3cf56f5fef65;hpb=30d8d19b4b2e59f762bce8da1903ed1391f324db;p=platform%2Fupstream%2Fcoreclr.git diff --git a/build.sh b/build.sh index 701c631..072c591 100755 --- a/build.sh +++ b/build.sh @@ -74,6 +74,10 @@ initHostDistroRid() if [[ $ID == "alpine" ]]; then __HostDistroRid="linux-musl-$__HostArch" fi + if [[ $ID == "tizen" ]]; then + __HostArch=armel + export __HostDistroRid="$ID.$VERSION_ID-$__HostArch" + fi elif [ -e /etc/redhat-release ]; then local redhatRelease=$(