Skip to content

Commit

Permalink
Fix SVG loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho committed Feb 18, 2021
1 parent b123a2f commit f2b5c39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skiko/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ tasks.withType(LinkSharedLibrary::class.java).configureEach {
"-lGL",
"-lfontconfig",
// 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"
)
)
}
Expand Down

0 comments on commit f2b5c39

Please sign in to comment.