From 5cf931ef8f76dccd0910001d74a58a7fca84a83d Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Mon, 11 May 2015 13:47:10 -0400 Subject: [PATCH] Prevent arm64 file to be compiled anywhere else. Fixed #32. --- ztypes_arm64.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ztypes_arm64.go b/ztypes_arm64.go index ff0b8fd..6c29a4b 100644 --- a/ztypes_arm64.go +++ b/ztypes_arm64.go @@ -1,6 +1,8 @@ // Created by cgo -godefs - DO NOT EDIT // cgo -godefs types.go +// +build arm64 + package pty type (