mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(libvips)
This commit is contained in:
parent
ac17d7b79a
commit
52a125d8cd
|
@ -55,6 +55,9 @@ build:
|
|||
- --wrap-mode=nofallback
|
||||
darwin:
|
||||
CFLAGS: $CFLAGS -Wno-incompatible-function-pointer-types
|
||||
linux/x86-64:
|
||||
# ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __extendhfsf2
|
||||
LDFLAGS: $LDFLAGS -Wl,--allow-shlib-undefined
|
||||
provides:
|
||||
- bin/vips
|
||||
- bin/vipsedit
|
||||
|
|
Loading…
Reference in a new issue