mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-02 06:03:12 +00:00
Merge pull request #7 from waku-org/generate-sds
Add generate.go file we need to perform the build of the native sds when "go generate ..." happens in status-go.
This commit is contained in:
commit
48e2341b17
8
sds/generate.go
Normal file
8
sds/generate.go
Normal file
@ -0,0 +1,8 @@
|
||||
//go:build ignore
|
||||
// +build ignore
|
||||
|
||||
package sds
|
||||
|
||||
// This file contains the go:generate directive for building SDS native code.
|
||||
|
||||
//go:generate sh -c "cd sds && make build"
|
||||
Loading…
x
Reference in New Issue
Block a user