src/Pure/System/platform.scala
changeset 73639 e1432539df35
parent 73638 a6a9162f3ec1
child 73642 ac6f8fff036b
--- a/src/Pure/System/platform.scala	Thu May 06 23:20:02 2021 +0200
+++ b/src/Pure/System/platform.scala	Thu May 06 23:28:30 2021 +0200
@@ -64,6 +64,7 @@
 
   def os_name: String =
     family match {
+      case Family.linux_arm => "linux"
       case Family.macos => "darwin"
       case _ => family.toString
     }