mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45: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:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
|
freedesktop.org/pkg-config: ^0.29
|
||||||
script: |
|
script: |
|
||||||
cc -o closure test.c -lffi
|
cc -o closure test.c $(pkg-config --libs libffi)
|
||||||
./closure
|
./closure
|
||||||
|
|
Loading…
Reference in a new issue