Skip to content

Commit

Permalink
Merge pull request #1185 from dloebl:cbrotli-add-pkg-config-directive
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698329603
  • Loading branch information
copybara-github committed Nov 20, 2024
2 parents 2dfaadc + 90833a8 commit 39904bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go/cbrotli/cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ package cbrotli

// Inform golang build system that it should link brotli libraries.

// #cgo LDFLAGS: -lbrotlicommon
// #cgo LDFLAGS: -lbrotlidec
// #cgo LDFLAGS: -lbrotlienc
// #cgo pkg-config: libbrotlicommon libbrotlidec libbrotlienc
import "C"

0 comments on commit 39904bd

Please sign in to comment.