good morning!!!!

Skip to content
Snippets Groups Projects
Commit cc27be9d authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Merge pull request #1543 from enriquefynn/develop

FreeBSD support
parents a281df78 7065ebd2
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,11 @@ package secp256k1
/*
#cgo CFLAGS: -I./secp256k1
#cgo darwin CFLAGS: -I/usr/local/include
#cgo freebsd CFLAGS: -I/usr/local/include
#cgo linux,arm CFLAGS: -I/usr/local/arm/include
#cgo LDFLAGS: -lgmp
#cgo darwin LDFLAGS: -L/usr/local/lib
#cgo freebsd LDFLAGS: -L/usr/local/lib
#cgo linux,arm LDFLAGS: -L/usr/local/arm/lib
#define USE_NUM_GMP
#define USE_FIELD_10X26
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment