| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
|
Review requested:
|
Sorry, something went wrong.
|
Fast-track has been requested by @ShogunPanda. Please 👍 to approve. |
Sorry, something went wrong.
|
I'm still getting an error when building with --shared-ffi on macOS: ../../src/node_metadata.cc:176:12: error: use of undeclared identifier 'FFI_VERSION_STRING'
176 | libffi = FFI_VERSION_STRING;
| ^~~~~~~~~~~~~~~~~~
|
Sorry, something went wrong.
|
@aduh95 That might happen if you have a local libffi lower than 3.5.x. Can you please verify that? |
Sorry, something went wrong.
Yeah we have it set to an Apple fork that's on version 3.4.1-rc for some reason. I've opened #62737 to fix that, I've confirmed locally it does build on top of this PR. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Signed-off-by: Paolo Insogna <paolo@cowtech.it> PR-URL: #62731 Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
| Back | FazBrowse Home | New Git URL |
This fix a little build regression introduced in #62072.