mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-26 19:46:43 +02:00
Merge pull request #1410 from tmaroschik/patch-1
Fix ld: error: undefined symbol: ceil on FreeBSD
This commit is contained in:
@@ -3,6 +3,7 @@ package vips
|
||||
/*
|
||||
#cgo pkg-config: vips
|
||||
#cgo CFLAGS: -O3
|
||||
#cgo LDFLAGS: -lm
|
||||
#include "vips.h"
|
||||
*/
|
||||
import "C"
|
||||
|
Reference in New Issue
Block a user