mirror of
https://github.com/google/brotli.git
synced 2024-11-23 04:00:05 +00:00
Merge pull request #1185 from dloebl:cbrotli-add-pkg-config-directive
PiperOrigin-RevId: 698329603
This commit is contained in:
commit
39904bdfe8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user