Files
go-fitz/fitz_cgo_extlib_pkgconfig.go
landaiqing 5ce88674da
Some checks failed
Test / test (1.22.x, macos-latest) (push) Has been cancelled
Test / test (1.22.x, ubuntu-latest) (push) Has been cancelled
init commit
2026-02-10 14:45:18 +08:00

10 lines
150 B
Go

//go:build cgo && !nocgo && extlib && pkgconfig
package fitz
/*
#cgo !static pkg-config: mupdf
#cgo static pkg-config: --static mupdf
*/
import "C"