Skip to content

Commit

Permalink
build: fix passing arguments to build.sh
Browse files Browse the repository at this point in the history
Fixes #583
  • Loading branch information
tulir committed Feb 4, 2025
1 parent 3781461 commit 985898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ "$DBG" = 1 ]; then
else
GO_LDFLAGS="-s -w ${GO_LDFLAGS}"
fi
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 comments on commit 985898a

Please sign in to comment.