chore: add reference to library folders for go mod vendor

This commit is contained in:
Richard Ramos 2023-09-16 13:23:09 -04:00
parent 87caaeb9e6
commit ee0ee61dde
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
package aarch64appledarwin
// WARNING: Do not delete this file, otherwise `go mod vendor` will not download RLN static libraries

View File

@ -0,0 +1,3 @@
package x8664appledarwin
// WARNING: Do not delete this file, otherwise `go mod vendor` will not download RLN static libraries

View File

@ -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