Skip to content

Commit

Permalink
fix: add freebsd flag to nonCGO build (#947)
Browse files Browse the repository at this point in the history
Fix broken build on FreeBSD after commit 02247b2.
  • Loading branch information
lifepillar committed Jun 30, 2024
1 parent 4a5564d commit 0ead831
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

Expand Down

0 comments on commit 0ead831

Please sign in to comment.