Skip to content

Commit a182eac

Browse files
committed
Add external_zstd build config file to build against external libzstd
1 parent 59cb10a commit a182eac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

external_zstd.go

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// +build external_libzstd
2+
3+
package zstd
4+
5+
// #cgo CFLAGS: -DUSE_EXTERNAL_ZSTD
6+
// #cgo pkg-config: libzstd
7+
import "C"

0 commit comments

Comments
 (0)