mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-04 05:53:06 +00:00
9 lines
146 B
Go
9 lines
146 B
Go
// +build ios
|
|
|
|
package rln
|
|
|
|
/*
|
|
#cgo LDFLAGS: -L${SRCDIR}/../libs/universal -lrln -ldl -lm -framework Security -framework Foundation
|
|
*/
|
|
import "C"
|