2
0
mirror of synced 2025-02-23 14:58:12 +00:00

app: darwin/arm64 support

Change-Id: Ic3d132f9b18e8308b2fb056e5a43adff804524d2
Reviewed-on: https://go-review.googlesource.com/10398
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
David Crawshaw 2015-05-26 10:18:04 -04:00
parent 7c723a6596
commit 305154cb90
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build darwin
// +build arm arm64
package app

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build darwin
// +build arm arm64
#include "_cgo_export.h"
#include <pthread.h>