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
63cb882 introduced a hotfix into .NET 9 to allow for building with NDK 27. This causes build to fail when using old NDK 23 locally:
Libclang '~/android-ndk-r23c/toolchains/llvm/prebuilt/linux-x86_64/lib64/libclang.so.12git /usr/local/lib/libclang.so' doesn't exist.
Error stems form incorrect conditions in mono.proj. _LibClang is an item not a property, it should be referred to using @.
mono.proj
_LibClang
@
runtime/src/mono/mono.proj
Lines 821 to 822 in 0b71788
Reproduction steps:
export SDK export NDK 23 ./build.sh -arch x64 -s mono+libs+libs.tests -os android -c Release
\cc: @steveisok
The text was updated successfully, but these errors were encountered:
Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger See info in area-owners.md if you want to be subscribed.
Sorry, something went wrong.
Tagging subscribers to this area: @akoeplinger, @matouskozak See info in area-owners.md if you want to be subscribed.
jkurdek
No branches or pull requests
63cb882 introduced a hotfix into .NET 9 to allow for building with NDK 27. This causes build to fail when using old NDK 23 locally:
Error stems form incorrect conditions in
mono.proj
._LibClang
is an item not a property, it should be referred to using@
.runtime/src/mono/mono.proj
Lines 821 to 822 in 0b71788
Reproduction steps:
\cc: @steveisok
The text was updated successfully, but these errors were encountered: