mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
try to get our ffi instead of system (#215)
This commit is contained in:
parent
6f156603b7
commit
cd86c99e3d
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ build:
|
|||
test:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
script: |
|
||||
cc -o closure test.c -lffi
|
||||
cc -o closure test.c $(pkg-config --libs libffi)
|
||||
./closure
|
||||
|
|
Loading…
Reference in a new issue