homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

duck: use `libffi` from macos

Open carlocab opened this issue 2 years ago • 1 comments

carlocab avatar Aug 09 '22 16:08 carlocab

Please provide a better issue/pull request title and/or description!

request-info[bot] avatar Aug 09 '22 16:08 request-info[bot]

dispatch.c:433:8: error: use of undeclared identifier 'FFI_BAD_ARGTYPE'
    case FFI_BAD_ARGTYPE:
         ^

Weird.

carlocab avatar Aug 25 '22 19:08 carlocab

FFI_BAD_ARGTYPE is available in libffi 3.4 and later, i.e. Monterey or later.

Bo98 avatar Sep 15 '22 17:09 Bo98

Thanks for the tip! I was confused since I thought 3.4 was Big Sur or later.

carlocab avatar Sep 15 '22 23:09 carlocab

:shipit: @carlocab has triggered a merge.

BrewTestBot avatar Sep 19 '22 19:09 BrewTestBot