mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-03 13:33:08 +00:00
9 lines
152 B
Go
9 lines
152 B
Go
// +build !android,linux,amd64,!musl
|
|
|
|
package rln
|
|
|
|
/*
|
|
#cgo LDFLAGS: -L${SRCDIR}/../libs/x86_64-unknown-linux-gnu -lrln -ldl -lm -lpthread
|
|
*/
|
|
import "C"
|