diff options
| author | 2024-04-05 10:58:28 +0100 | |
|---|---|---|
| committer | 2024-04-05 11:58:28 +0200 | |
| commit | 85bc140b583dfab03340c45fc3a7f75a8b75887c (patch) | |
| tree | ba45d847b383ed92706a24662eed594a9ca4e826 /vendor/modernc.org/sqlite/Makefile | |
| parent | fix possible nil panic (#2809) (diff) | |
| download | gotosocial-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/Makefile | 2 |
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 |
