From 83d3158a006b36c710c979cb75b750c6b7b63c13 Mon Sep 17 00:00:00 2001 From: yungtravla Date: Wed, 13 Mar 2019 02:48:20 +1000 Subject: [PATCH] add build constraint for android --- core/core_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core_unix.go b/core/core_unix.go index af96eb7c..2aca44ce 100644 --- a/core/core_unix.go +++ b/core/core_unix.go @@ -1,4 +1,4 @@ -// +build !windows +// +build !windows,!android package core