mirror of
https://github.com/google/brotli.git
synced 2024-11-23 12:10:07 +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.
|
// Inform golang build system that it should link brotli libraries.
|
||||||
|
|
||||||
// #cgo LDFLAGS: -lbrotlicommon
|
// #cgo pkg-config: libbrotlicommon libbrotlidec libbrotlienc
|
||||||
// #cgo LDFLAGS: -lbrotlidec
|
|
||||||
// #cgo LDFLAGS: -lbrotlienc
|
|
||||||
import "C"
|
import "C"
|
||||||
|
Loading…
Reference in New Issue
Block a user