Skip to content

Commit 51898e5

Browse files
logicmindsalexlyp
authored andcommitted
Adds the gencerts utility to the build process (#89)
1 parent 6e38fed commit 51898e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

decredbuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ for i in $SYS; do
3737
echo "Building:" $OS $ARCH
3838
env GOOS=$OS GOARCH=$ARCH go build "${REL[@]}" github.com/decred/dcrd
3939
env GOOS=$OS GOARCH=$ARCH go build "${REL[@]}" github.com/decred/dcrd/cmd/dcrctl
40+
env GOOS=$OS GOARCH=$ARCH go build "${REL[@]}" github.com/decred/dcrd/cmd/gencerts
4041
env GOOS=$OS GOARCH=$ARCH go build "${REL[@]}" github.com/decred/dcrd/cmd/promptsecret
4142
env GOOS=$OS GOARCH=$ARCH go build "${DCRWALLET_REL[@]}" github.com/decred/dcrwallet
4243
cp $GPATH/src/github.com/decred/dcrd/cmd/dcrctl/sample-dcrctl.conf .

0 commit comments

Comments
 (0)