diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-09 03:31:17 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-09 03:31:17 +0200 |
commit | 0ba551807fcd0d33c6ad80842b71c8de42c2da55 (patch) | |
tree | e00c74af515360e409c16c6eed1ab9dcdbf6d459 | |
parent | 99d5aeeb276e0602cba86c39ca77c7c2412fe2fa (diff) |
Do not build tun device on ios
-rw-r--r-- | tun/tun_darwin.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 <Jason@zx2c4.com>. All Rights Reserved. |