Skip to content

Commit 9f4efd9

Browse files
committed
Fix mina operator lib name
1 parent 17adba3 commit 9f4efd9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

-1 KB
Binary file not shown.

operator/mina/mina.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package mina
22

33
/*
4-
#cgo darwin LDFLAGS: -L./lib -lkimchi_verifier
5-
#cgo linux LDFLAGS: -L./lib -lkimchi_verifier -ldl -lrt -lm
4+
#cgo darwin LDFLAGS: -L./lib -lmina_state_verifier
5+
#cgo linux LDFLAGS: -L./lib -lmina_state_verifier -ldl -lrt -lm
66
7-
#include "lib/kimchi.h"
7+
#include "lib/mina_verifier.h"
88
*/
99
import "C"
1010
import (

0 commit comments

Comments
 (0)