ssh: make it build on darwin

For local dev testing initially. Product-wise, it'll probably only be
workable on the two unsandboxed builds.

Updates #3802

Change-Id: Ic352f966e7fb29aff897217d79b383131bf3f92b
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2022-02-24 12:27:42 -08:00
committed by Brad Fitzpatrick
parent c4a6d9fa5d
commit c9eca9451a
6 changed files with 16 additions and 17 deletions

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build linux
// +build linux
//go:build linux || darwin
// +build linux darwin
package tailssh