Merge pull request #10949 from johscheuer/backport-go-fix-main

Backport go fix main
This commit is contained in:
Jingyu Zhou 2023-09-29 09:17:24 -07:00 committed by GitHub
commit 7295e1b806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: -L/usr/local/lib/ -Wl,-rpath,/usr/local/lib
import "C"