1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-03-08 15:21:13 +02:00

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
commit 7049ffcf54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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