Skip to content

Commit b14c47d

Browse files
authored
Merge pull request #54 from blinklabs-io/fix/disable-dbus
fix: disable dbus at build time
2 parents 24dbf2c + 02015e4 commit b14c47d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ test: mod-tidy
3333
$(BINARIES): mod-tidy $(GO_FILES)
3434
go build \
3535
$(GO_LDFLAGS) \
36+
-tags nodbus \
3637
-o $(@) \
3738
./cmd/$(@)

0 commit comments

Comments
 (0)