mirror of
https://github.com/logos-messaging/go-zerokit-rln-apple.git
synced 2026-01-02 13:23:13 +00:00
chore: add reference to library folders for go mod vendor
This commit is contained in:
parent
87caaeb9e6
commit
ee0ee61dde
3
libs/aarch64-apple-darwin/vendor.go
Normal file
3
libs/aarch64-apple-darwin/vendor.go
Normal file
@ -0,0 +1,3 @@
|
||||
package aarch64appledarwin
|
||||
|
||||
// WARNING: Do not delete this file, otherwise `go mod vendor` will not download RLN static libraries
|
||||
3
libs/x86_64-apple-darwin/vendor.go
Normal file
3
libs/x86_64-apple-darwin/vendor.go
Normal file
@ -0,0 +1,3 @@
|
||||
package x8664appledarwin
|
||||
|
||||
// WARNING: Do not delete this file, otherwise `go mod vendor` will not download RLN static libraries
|
||||
@ -1,5 +1,10 @@
|
||||
package rln
|
||||
|
||||
import (
|
||||
_ "github.com/waku-org/go-zerokit-rln-apple/libs/aarch64-apple-darwin"
|
||||
_ "github.com/waku-org/go-zerokit-rln-apple/libs/x86_64-apple-darwin"
|
||||
)
|
||||
|
||||
/*
|
||||
#cgo LDFLAGS: -lrln -ldl -lm
|
||||
#cgo darwin,386,!ios LDFLAGS:-L${SRCDIR}/../libs/i686-apple-darwin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user