Update macos cgo 6.2 (#11004)

* Update CGO LDflags for new MacOS linker

* Add the linker option back again
This commit is contained in:
Johannes Scheuermann
2023-10-20 18:12:52 +02:00
committed by GitHub
parent 2690355d0d
commit ed27c828ca

View File

@@ -0,0 +1,5 @@
package fdb
//#cgo CFLAGS: -I/usr/local/include/
//#cgo LDFLAGS: -L/usr/local/lib/ -Wl,-rpath,/usr/local/lib
import "C"