Merge pull request #1410 from tmaroschik/patch-1

Fix ld: error: undefined symbol: ceil on FreeBSD
This commit is contained in:
Sergei Aleksandrovich
2024-12-10 20:58:51 +06:00
committed by GitHub

View File

@@ -3,6 +3,7 @@ package vips
/*
#cgo pkg-config: vips
#cgo CFLAGS: -O3
#cgo LDFLAGS: -lm
#include "vips.h"
*/
import "C"