mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(libsoup)[1]
This commit is contained in:
parent
127b9aff58
commit
d7811c9b01
|
@ -48,5 +48,8 @@ test:
|
|||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script:
|
||||
- cc test.c $(pkg-config --libs --cflags libsoup-3.0) -o test
|
||||
- run: cc test.c $(pkg-config --libs --cflags libsoup-3.0) -o test
|
||||
if: '>=2.90'
|
||||
- run: cc test.c $(pkg-config --libs --cflags libsoup-2.4) -o test
|
||||
if: '<2.90'
|
||||
- ./test
|
||||
|
|
Loading…
Reference in a new issue