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:
commit
7049ffcf54
@ -3,6 +3,7 @@ package vips
|
||||
/*
|
||||
#cgo pkg-config: vips
|
||||
#cgo CFLAGS: -O3
|
||||
#cgo LDFLAGS: -lm
|
||||
#include "vips.h"
|
||||
*/
|
||||
import "C"
|
||||
|
Loading…
x
Reference in New Issue
Block a user