mirror of
https://github.com/google/brotli.git
synced 2024-11-13 23:50:08 +00:00
a0c7dafe28
Move from 755 to 644.
14 lines
354 B
Go
14 lines
354 B
Go
// 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"
|