From 57b513a432c80124b080b60bc96992fb05cbb646 Mon Sep 17 00:00:00 2001 From: Tobias Kohlbau Date: Sun, 7 Feb 2021 08:32:41 +0100 Subject: [PATCH] add support for darwin arm64 Support arm64 which is used by the new lineup of computers from apple. Signed-off-by: Tobias Kohlbau --- serial_darwin_amd64.go => serial_darwin_64.go | 3 +++ 1 file changed, 3 insertions(+) rename serial_darwin_amd64.go => serial_darwin_64.go (96%) diff --git a/serial_darwin_amd64.go b/serial_darwin_64.go similarity index 96% rename from serial_darwin_amd64.go rename to serial_darwin_64.go index 34b8d7a..885f114 100644 --- a/serial_darwin_amd64.go +++ b/serial_darwin_64.go @@ -1,3 +1,6 @@ +// +build darwin +// +build amd64 arm64 + // // Copyright 2014-2020 Cristian Maglie. All rights reserved. // Use of this source code is governed by a BSD-style