From 621c70253ded0c28ecee62d1d04ce3c02aabe447 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 10 Nov 2021 18:12:46 +1100 Subject: [PATCH] [v2] Remove build constraint for DesktopIPC --- v2/internal/frontend/runtime/ipc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/v2/internal/frontend/runtime/ipc.go b/v2/internal/frontend/runtime/ipc.go index 1f8873796..8f7631c42 100644 --- a/v2/internal/frontend/runtime/ipc.go +++ b/v2/internal/frontend/runtime/ipc.go @@ -1,5 +1,3 @@ -//go:build darwin || windows - package runtime import _ "embed"