From 6d2290114fd68b49b98197cae26a0bba5367fd62 Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 2 Jan 2024 12:34:01 +0100 Subject: [PATCH] Fix the build tag that I broke --- internal/driver/mobile/app/darwin_desktop.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/driver/mobile/app/darwin_desktop.m b/internal/driver/mobile/app/darwin_desktop.m index 7d2c3dc48c..b1b5c2bd36 100644 --- a/internal/driver/mobile/app/darwin_desktop.m +++ b/internal/driver/mobile/app/darwin_desktop.m @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build darwin || !ios +//go:build darwin && !ios #include "_cgo_export.h" #include