Detect ARM Macs as a Darwin OS

This commit is contained in:
Christian Rasmussen 2021-11-03 03:06:16 +01:00 committed by G. Allais
parent 9735ee4235
commit 21ca9066f1
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
[(i3ob ti3ob a6ob ta6ob) "unix"] ; OpenBSD
[(i3fb ti3fb a6fb ta6fb) "unix"] ; FreeBSD
[(i3nb ti3nb a6nb ta6nb) "unix"] ; NetBSD
[(i3osx ti3osx a6osx ta6osx) "darwin"]
[(i3osx ti3osx a6osx ta6osx tarm64osx) "darwin"]
[(i3nt ti3nt a6nt ta6nt) "windows"]
[else "unknown"]))

View File

@ -4,7 +4,7 @@
[(i3ob ti3ob a6ob ta6ob) "unix"] ; OpenBSD
[(i3fb ti3fb a6fb ta6fb) "unix"] ; FreeBSD
[(i3nb ti3nb a6nb ta6nb) "unix"] ; NetBSD
[(i3osx ti3osx a6osx ta6osx) "darwin"]
[(i3osx ti3osx a6osx ta6osx tarm64osx) "darwin"]
[(i3nt ti3nt a6nt ta6nt) "windows"]
[else "unknown"]))