Replies: 1 comment 3 replies
-
To target arm64-musl I think you need a variant that builds against this arch. As far as I can see this is not specifically built for when looking here: https://github.com/mono/SkiaSharp/blob/main/scripts/cake/native-shared.cake#L100 I'd think if you have the native bits build the correct RID, the dotnet part should just run on that platform but not 100% sure. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am adapting the Avalonia framework for HarmonyOS Next. Now a crash occurs in the SkiaSharp native library. I want to debug the SkiaSharp native library, so I need to compile libSkiaSharp.so
tag: v2.88.9
Also I want to ask, how to compile binary for arm64-musl via docker?
Beta Was this translation helpful? Give feedback.
All reactions