We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3781461 commit 985898aCopy full SHA for 985898a
build-go.sh
@@ -6,4 +6,4 @@ if [ "$DBG" = 1 ]; then
6
else
7
GO_LDFLAGS="-s -w ${GO_LDFLAGS}"
8
fi
9
-go build -gcflags="$GO_GCFLAGS" -ldflags="$GO_LDFLAGS" -o mautrix-signal ./cmd/mautrix-signal "$@"
+go build -gcflags="$GO_GCFLAGS" -ldflags="$GO_LDFLAGS" -o mautrix-signal "$@" ./cmd/mautrix-signal
0 commit comments