Add native configurations for SunOS (#34756)
[platform/upstream/dotnet/runtime.git] / eng / native / init-distro-rid.sh
index 7a00378..3c875a3 100644 (file)
@@ -167,6 +167,8 @@ initDistroRidGlobal()
                 distroRid="android-$buildArch"
             elif [ "$targetOs" = "FreeBSD" ]; then
                 distroRid="freebsd-$buildArch"
+            elif [ "$targetOs" = "SunOS" ]; then
+                distroRid="sunos-$buildArch"
             fi
         fi