Skip to content

Commit

Permalink
cbrotli: add pkg-config directive
Browse files Browse the repository at this point in the history
  • Loading branch information
dloebl authored and eustas committed Nov 19, 2024
1 parent 2b6efcb commit 90833a8
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 90833a8

Please sign in to comment.