cbrotli: add pkg-config directive

This commit is contained in:
Daniel Lobl 2024-08-07 21:40:57 +02:00 committed by Eugene Kliuchnikov
parent 2b6efcbdcc
commit 90833a88cd

View File

@ -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"