wireguard-go: set ONLY_FOR_ARCHS amd64 arm64, it uses an EPROTO constant which is only defined in zerrors_openbsd_amd64 and zerrors_openbsd_arm64

This commit is contained in:
sthen 2020-04-20 09:10:39 +00:00
parent babfbf7425
commit 1a847ff03b

View File

@ -1,4 +1,6 @@
# $OpenBSD: Makefile,v 1.14 2020/04/18 10:23:59 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2020/04/20 09:10:39 sthen Exp $
ONLY_FOR_ARCHS = amd64 arm64
COMMENT = implementation of WireGuard in Go