From 5c285de3dba3409c38f9338c9e59fdcbfd1d61f4 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 18 Jan 2020 21:15:23 +0900 Subject: [PATCH] uidriver/mobile: Prevent non-mobile environments from compiling --- internal/uidriver/mobile/graphics_opengl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/uidriver/mobile/graphics_opengl.go b/internal/uidriver/mobile/graphics_opengl.go index d752945e4..8e2318cd9 100644 --- a/internal/uidriver/mobile/graphics_opengl.go +++ b/internal/uidriver/mobile/graphics_opengl.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build android ios,386 ios,amd64 ebitengl +// +build android ios,386 ios,amd64 ios,ebitengl package mobile