Commit f2b5c392 authored by Nikolay Igotti's avatar Nikolay Igotti

Fix SVG loading.

parent b123a2fb
...@@ -369,7 +369,8 @@ tasks.withType(LinkSharedLibrary::class.java).configureEach { ...@@ -369,7 +369,8 @@ tasks.withType(LinkSharedLibrary::class.java).configureEach {
"-lGL", "-lGL",
"-lfontconfig", "-lfontconfig",
// Hack to fix problem with linker not always finding certain declarations. // Hack to fix problem with linker not always finding certain declarations.
skiaDir.get().absolutePath + "/out/${buildType.id}-${targetArch.id}/libsksg.a" skiaDir.get().absolutePath + "/out/${buildType.id}-${targetArch.id}/libsksg.a",
skiaDir.get().absolutePath + "/out/${buildType.id}-${targetArch.id}/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