diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-24 16:41:42 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-24 16:41:42 +0200 |
commit | 625d59da14729e9b20b10074b81828182a524634 (patch) | |
tree | 93c60d1f5d81035e2aa7a481388722c25555a108 /Makefile | |
parent | 2f2eca894744baef365aaa07554f56979159d988 (diff) |
Do not build on Linux
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ BINDIR ?= $(PREFIX)/bin ifeq ($(shell go env GOOS),linux) ifeq ($(wildcard .git),) $(error Do not build this for Linux. Instead use the Linux kernel module. See wireguard.com/install/ for more info.) -else -$(shell printf 'package main\nconst UseTheKernelModuleInstead = 0xdeadbabe\n' > ireallywantobuildon_linux.go) endif endif |