Skip to content

Commit 977621e

Browse files
committed
Support static pkg-config
1 parent cf716c7 commit 977621e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fitz_cgo_extlib_pkgconfig.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
package fitz
44

55
/*
6-
#cgo pkg-config: mupdf
6+
#cgo !static pkg-config: mupdf
7+
#cgo static pkg-config: --static mupdf
78
*/
89
import "C"

0 commit comments

Comments
 (0)