Update CGO LDflags for new MacOS linker

This commit is contained in:
Johannes M. Scheuermann 2023-09-22 08:13:09 +02:00
parent 25248d9c5e
commit d974508599
1 changed files with 1 additions and 1 deletions

View File

@ -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"