From 0ba551807fcd0d33c6ad80842b71c8de42c2da55 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 9 Jun 2018 03:31:17 +0200 Subject: [PATCH] Do not build tun device on ios --- tun/tun_darwin.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tun/tun_darwin.go b/tun/tun_darwin.go index f692bbe..6262321 100644 --- a/tun/tun_darwin.go +++ b/tun/tun_darwin.go @@ -1,3 +1,5 @@ +// +build !ios + /* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 2017-2018 Jason A. Donenfeld . All Rights Reserved.