Skip to content

Commit 57b513a

Browse files
tobiaskohlbaucmaglie
authored andcommitted
add support for darwin arm64
Support arm64 which is used by the new lineup of computers from apple. Signed-off-by: Tobias Kohlbau <[email protected]>
1 parent 00e63fc commit 57b513a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

serial_darwin_amd64.go renamed to serial_darwin_64.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// +build darwin
2+
// +build amd64 arm64
3+
14
//
25
// Copyright 2014-2020 Cristian Maglie. All rights reserved.
36
// Use of this source code is governed by a BSD-style

0 commit comments

Comments
 (0)