Update CGO LDflags for new MacOS linker
This commit is contained in:
parent
25248d9c5e
commit
d974508599
|
@ -1,5 +1,5 @@
|
|||
package fdb
|
||||
|
||||
//#cgo CFLAGS: -I/usr/local/include/
|
||||
//#cgo LDFLAGS: -L/usr/local/lib/
|
||||
//#cgo LDFLAGS: -Wl,-rpath,/usr/local/lib
|
||||
import "C"
|
||||
|
|
Loading…
Reference in New Issue