homebrew-core
homebrew-core copied to clipboard
duck: use `libffi` from macos
Please provide a better issue/pull request title and/or description!
dispatch.c:433:8: error: use of undeclared identifier 'FFI_BAD_ARGTYPE'
case FFI_BAD_ARGTYPE:
^
Weird.
FFI_BAD_ARGTYPE is available in libffi 3.4 and later, i.e. Monterey or later.
Thanks for the tip! I was confused since I thought 3.4 was Big Sur or later.
:shipit: @carlocab has triggered a merge.