mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(pkg-config)
This commit is contained in:
parent
8eed0dc0e8
commit
be218890f6
|
@ -32,7 +32,7 @@ build:
|
|||
# otherwise the defaults are based on our {{prefix}}
|
||||
- --with-pc-path=/usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||
# llvm15 changed this to hard error
|
||||
CFLAGS: -Wno-error=int-conversion
|
||||
CFLAGS: -Wno-error=int-conversion $CFLAGS
|
||||
|
||||
test:
|
||||
script: pkg-config --version
|
||||
|
|
Loading…
Reference in a new issue