Skip to content

Commit

Permalink
Merge pull request #21 from lambdaclass/fix_mina_account_ld
Browse files Browse the repository at this point in the history
Fix Mina account Linux linker directive
  • Loading branch information
gabrielbosio authored Sep 6, 2024
2 parents 79973eb + f00c05c commit 216b65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/mina_account/mina_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package mina_account

/*
#cgo darwin LDFLAGS: -L./lib -lmina_account_verifier
#cgo linux LDFLAGS: -L./lib -lmina_account_verifier -ldl -lrt -lm
#cgo linux LDFLAGS: ${SRCDIR}/lib/libmina_account_verifier.so -ldl -lrt -lm -lssl -lcrypto -Wl,--allow-multiple-definition
#include "lib/mina_account_verifier.h"
*/
Expand Down

0 comments on commit 216b65a

Please sign in to comment.