Update macos cgo 6.3 (#11003)

* 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:16 +02:00
committed by GitHub
parent 47412ef4ce
commit 2b6820c041

View File

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