Skip to content

Commit

Permalink
fix: add freebsd flag to nonCGO build (#947) (#948)
Browse files Browse the repository at this point in the history
Fix broken build on FreeBSD after commit 02247b2.
lifepillar authored Jul 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4a5564d commit e34cd36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/database/sqlite_noncgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux || windows || darwin
// +build linux windows darwin
//go:build linux || windows || darwin || freebsd
// +build linux windows darwin freebsd

package database

0 comments on commit e34cd36

Please sign in to comment.