Skip to content

Commit

Permalink
Merge pull request #54 from blinklabs-io/fix/disable-dbus
Browse files Browse the repository at this point in the history
fix: disable dbus at build time
  • Loading branch information
wolf31o2 authored Aug 2, 2023
2 parents 24dbf2c + 02015e4 commit b14c47d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ test: mod-tidy
$(BINARIES): mod-tidy $(GO_FILES)
go build \
$(GO_LDFLAGS) \
-tags nodbus \
-o $(@) \
./cmd/$(@)

0 comments on commit b14c47d

Please sign in to comment.