From 0acd0c1031422a48a0441b60609ed535d8c14db2 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 27 Nov 2019 23:22:12 +0000 Subject: [PATCH] Fix build conditions for android or simulated mobile --- internal/painter/gl/gl_gomobile_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/painter/gl/gl_gomobile_other.go b/internal/painter/gl/gl_gomobile_other.go index 66fbef0ac2..bf44738359 100644 --- a/internal/painter/gl/gl_gomobile_other.go +++ b/internal/painter/gl/gl_gomobile_other.go @@ -1,4 +1,4 @@ -// +build !ios +// +build android mobile package gl