try to get our ffi instead of system (#215)

This commit is contained in:
Jacob Heider 2022-10-24 15:33:15 -04:00 committed by GitHub
parent 6f156603b7
commit cd86c99e3d

View file

@ -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