mirror of
https://github.com/google/brotli.git
synced 2024-11-21 11:10:04 +00:00
cbrotli: add pkg-config directive
This commit is contained in:
parent
2b6efcbdcc
commit
90833a88cd
@ -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