From: Jason A. Donenfeld Date: Sat, 9 Jun 2018 01:31:17 +0000 (+0200) Subject: Do not build tun device on ios X-Git-Tag: 0.0.20180613~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba551807fcd0d33c6ad80842b71c8de42c2da55;p=thirdparty%2Fwireguard-go.git Do not build tun device on ios --- 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.