mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-04 05:53:06 +00:00
9 lines
124 B
Go
9 lines
124 B
Go
// +build linux,mips
|
|
|
|
package rln
|
|
|
|
/*
|
|
#cgo LDFLAGS: -L${SRCDIR}/../libs/mips-unknown-linux-gnu -lrln -ldl -lm
|
|
*/
|
|
import "C"
|