mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(libvips)
This commit is contained in:
parent
ac17d7b79a
commit
52a125d8cd
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ build:
|
||||||
- --wrap-mode=nofallback
|
- --wrap-mode=nofallback
|
||||||
darwin:
|
darwin:
|
||||||
CFLAGS: $CFLAGS -Wno-incompatible-function-pointer-types
|
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:
|
provides:
|
||||||
- bin/vips
|
- bin/vips
|
||||||
- bin/vipsedit
|
- bin/vipsedit
|
||||||
|
|
Loading…
Reference in a new issue