only build with lmdb on linux.

This commit is contained in:
fiatjaf
2025-12-22 12:42:54 -03:00
parent 2e4079f92c
commit 965a312b46
3 changed files with 55 additions and 29 deletions

11
non_lmdb.go Normal file
View File

@@ -0,0 +1,11 @@
//go:build !linux || riscv64 || arm64
package main
import (
"fiatjaf.com/nostr/sdk"
"github.com/urfave/cli/v3"
)
func setupLocalDatabases(c *cli.Command, sys *sdk.System) {
}