Skip to content

Commit

Permalink
Merge pull request #1543 from enriquefynn/develop
Browse files Browse the repository at this point in the history
FreeBSD support
  • Loading branch information
obscuren committed Jul 28, 2015
2 parents a281df7 + 7065ebd commit cc27be9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/secp256k1/secp256.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc27be9

Please sign in to comment.