mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 22:56:40 +00:00
ba1ba1ac02
* chore: use go 1.19 and bump go-libp2p * chore: bump golangci-lint * chore: update go version in shell.nix
10 lines
326 B
Go
10 lines
326 B
Go
package rln
|
|
|
|
/*
|
|
#cgo LDFLAGS:-lrln -ldl -lm
|
|
#cgo linux,amd64,musl,!android LDFLAGS:-L${SRCDIR}/../libs/x86_64-unknown-linux-musl
|
|
#cgo linux,amd64,!musl,!android LDFLAGS:-L${SRCDIR}/../libs/x86_64-unknown-linux-gnu
|
|
#cgo windows,amd64 LDFLAGS:-L${SRCDIR}/../libs/x86_64-pc-windows-gnu -lrln -lm -lws2_32 -luserenv
|
|
*/
|
|
import "C"
|