Skip to content

Commit

Permalink
Support static pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Sep 27, 2024
1 parent cf716c7 commit 977621e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fitz_cgo_extlib_pkgconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
package fitz

/*
#cgo pkg-config: mupdf
#cgo !static pkg-config: mupdf
#cgo static pkg-config: --static mupdf
*/
import "C"

0 comments on commit 977621e

Please sign in to comment.