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
With NDK r26 it started to fail building String Machine:
version script assignment of 'global' to symbol 'VSTPluginMain' failed: symbol not defined
It seems due to the recent-ish change in lld, which is then picked up in NDK r26b.
https://reviews.llvm.org/D135402
rust-lang/rust/issues/105967 seems to be caused by the same issue.
I would so far downgrade use of NDK r26b to 25c.
The text was updated successfully, but these errors were encountered:
bump aap-lv2 to the latest version (AAPXS v2), with NDK r26 build fix (…
1c6646d
…#2)
No branches or pull requests
With NDK r26 it started to fail building String Machine:
It seems due to the recent-ish change in lld, which is then picked up in NDK r26b.
https://reviews.llvm.org/D135402
rust-lang/rust/issues/105967 seems to be caused by the same issue.
I would so far downgrade use of NDK r26b to 25c.
The text was updated successfully, but these errors were encountered: