How to statically compile libSkiaSharp.so using musl ? #3220
Unanswered
Vincent-X-Zhang
asked this question in
Q&A
Replies: 2 comments
-
@hez2010 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background:
Want to use a statically compiled SkiaSharp running on a highly trimmed linux-x64.
What did i do?
bash python3 tools/git-sync-deps
in\skia
gr_context.cpp
in filecore.gni
(must exclude this file or you will get an error with condition gpu disabled!)Basically refer to url
Problem:
It works well and create the file 'libSkiaSharp.so'. But the
libSkiaSharp.so
dosn't work:What should i do to make it totally statically compile?
Beta Was this translation helpful? Give feedback.
All reactions