mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Update macos cgo 6.2 (#11004)
* Update CGO LDflags for new MacOS linker * Add the linker option back again
This commit is contained in:
committed by
GitHub
parent
2690355d0d
commit
ed27c828ca
5
bindings/go/src/fdb/fdb_darwin.go
Normal file
5
bindings/go/src/fdb/fdb_darwin.go
Normal 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"
|
||||
Reference in New Issue
Block a user