Commit cad5b3df authored by Nikolay Igotti's avatar Nikolay Igotti

Fix postload init.

parent 93441713
...@@ -49,6 +49,13 @@ object Library { ...@@ -49,6 +49,13 @@ object Library {
} }
miscSystemInit() miscSystemInit()
try {
// Init code executed after library was loaded.
org.jetbrains.skija.impl.Library._nAfterLoad()
} catch (t: Throwable) {
t.printStackTrace()
}
loaded = true loaded = true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment