1// Copyright 2017 Google Inc. All Rights Reserved.
2//
3// Distributed under MIT license.
4// See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
5
6package cbrotli
7
8// Inform golang build system that it should link brotli libraries.
9
10// #cgo LDFLAGS: -lbrotlicommon
11// #cgo LDFLAGS: -lbrotlidec
12// #cgo LDFLAGS: -lbrotlienc
13import "C"
14