You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
354 B
14 lines
354 B
// Copyright 2017 Google Inc. All Rights Reserved.
|
|
//
|
|
// Distributed under MIT license.
|
|
// See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
|
|
|
|
package cbrotli
|
|
|
|
// Inform golang build system that it should link brotli libraries.
|
|
|
|
// #cgo LDFLAGS: -lbrotlicommon
|
|
// #cgo LDFLAGS: -lbrotlidec
|
|
// #cgo LDFLAGS: -lbrotlienc
|
|
import "C"
|