We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest CI run failed on macOS while building libffi for armeabi-v7a.
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" ) libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" ) MAKE aarch64-apple-darwin23.5.0 : 0 * all-configured make[1]: *** No rule to make target `all-configured'. Stop. make: *** [all-configured] Error 2
I was unable to reproduce this locally so far.
The text was updated successfully, but these errors were encountered:
Homebrew recently bumped automake to a new major release. This results in a malformed Makefile.
automake
Here is a small hack until this is fixed 1b69555
Sorry, something went wrong.
hmelder
No branches or pull requests
The latest CI run failed on macOS while building libffi for armeabi-v7a.
I was unable to reproduce this locally so far.
The text was updated successfully, but these errors were encountered: