Unverified Commit c62037f1 authored by Pavel's avatar Pavel Committed by GitHub

add explicit linker dependency on sksg (#634)

parent 75f88a97
......@@ -458,6 +458,7 @@ fun configureNativeTarget(os: OS, arch: Arch, target: KotlinNativeTarget) {
"-linker-option", "-lfontconfig",
"-linker-option", "-lGL",
// TODO: an ugly hack, Linux linker searches only unresolved symbols.
"-linker-option", "$skiaBinDir/libsksg.a",
"-linker-option", "$skiaBinDir/libskshaper.a",
"-linker-option", "$skiaBinDir/libskunicode.a",
"-linker-option", "$skiaBinDir/libskia.a"
......
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