summaryrefslogtreecommitdiff
path: root/Build_system_dynamic.go
blob: 646bf24dcea031fd180a097d549cd7fd9cce9b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//go:build !static
// +build !static

package git

/*
#cgo pkg-config: libgit2
#cgo CFLAGS: -DLIBGIT2_DYNAMIC
#include <git2.h>

*/
import "C"