summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/sqlite/Makefile
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-04-05 10:58:28 +0100
committerLibravatar GitHub <noreply@github.com>2024-04-05 11:58:28 +0200
commit85bc140b583dfab03340c45fc3a7f75a8b75887c (patch)
treeba45d847b383ed92706a24662eed594a9ca4e826 /vendor/modernc.org/sqlite/Makefile
parentfix possible nil panic (#2809) (diff)
downloadgotosocial-85bc140b583dfab03340c45fc3a7f75a8b75887c.tar.xz
[bugfix] temporarily replace `modernc.org/sqlite-v1.29.5` with `gitlab.com/NyaaaWhatsUpDoc/sqlite-v1.29.5-concurrency-workaround` (#2811)
Diffstat (limited to 'vendor/modernc.org/sqlite/Makefile')
-rw-r--r--vendor/modernc.org/sqlite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modernc.org/sqlite/Makefile b/vendor/modernc.org/sqlite/Makefile
index 357baa017..fffd890fc 100644
--- a/vendor/modernc.org/sqlite/Makefile
+++ b/vendor/modernc.org/sqlite/Makefile
@@ -55,7 +55,7 @@ clean:
edit:
@touch log
- @if [ -f "Session.vim" ]; then novim -S & else novim -p Makefile all_test.go generator.go & fi
+ @if [ -f "Session.vim" ]; then novim -S & else novim -p Makefile go.mod builder.json all_test.go generator.go & fi
editor:
gofmt -l -s -w . 2>&1 | tee log-editor