mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-04 01:42:33 +01:00
sqldb: exclude sqlite from the JS and unsupported platform builds
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//go:build !js && !(windows && (arm || 386)) && !(linux && (ppc64 || mips || mipsle || mips64))
|
||||
|
||||
package sqldb
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user