mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
parent
8694753866
commit
470460f069
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ln ../windows/* win64/
|
||||||
zip -9 -r dnscrypt-proxy-win64-${PACKAGE_VERSION:-dev}.zip win64
|
zip -9 -r dnscrypt-proxy-win64-${PACKAGE_VERSION:-dev}.zip win64
|
||||||
|
|
||||||
go clean
|
go clean
|
||||||
env GO386=387 GOOS=openbsd GOARCH=386 go build -mod vendor -ldflags="-s -w"
|
env GO386=softfloat GOOS=openbsd GOARCH=386 go build -mod vendor -ldflags="-s -w"
|
||||||
mkdir openbsd-i386
|
mkdir openbsd-i386
|
||||||
ln dnscrypt-proxy openbsd-i386/
|
ln dnscrypt-proxy openbsd-i386/
|
||||||
ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt openbsd-i386/
|
ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt openbsd-i386/
|
||||||
|
|
Loading…
Add table
Reference in a new issue