Skip to content

Commit

Permalink
Experiment no. 7: Use Psykose's magic tricks
Browse files Browse the repository at this point in the history
  • Loading branch information
bouncepaw committed Aug 24, 2023
1 parent 4db230e commit ddfee37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
betula:
go build -o betula ./cmd/betula
CGO_ENABLED=1 CGO_CFLAGS="-D_LARGEFILE64_SOURCE" go build -o betula ./cmd/betula

debug-run: clean betula
./betula db.betula
Expand Down
5 changes: 0 additions & 5 deletions go.mod
Expand Up @@ -14,8 +14,3 @@ require (
github.com/kr/pretty v0.3.1 // indirect
github.com/superseriousbusiness/activity v1.4.0-gts // indirect
)

// Temporary fix for musl! We use musl on builds.sr.ht.
// Should be removed when https://github.com/mattn/go-sqlite3/pull/1177 gets merged
// or https://github.com/mattn/go-sqlite3/pull/1177 gets fixed in any way.
replace github.com/mattn/go-sqlite3 => github.com/leso-kn/go-sqlite3 v0.0.0-20230710125852-03158dc838ed

0 comments on commit ddfee37

Please sign in to comment.