diff options
Diffstat (limited to 'net/dnscrypt-proxy2')
-rw-r--r-- | net/dnscrypt-proxy2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dnscrypt-proxy2/Makefile b/net/dnscrypt-proxy2/Makefile index 137e71bb9..5e1226892 100644 --- a/net/dnscrypt-proxy2/Makefile +++ b/net/dnscrypt-proxy2/Makefile @@ -22,7 +22,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/DNSCrypt/dnscrypt-proxy |