Skip to content

Commit

Permalink
add explicit linker dependency on sksg (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeevPavel authored Dec 14, 2022
1 parent 75f88a9 commit c62037f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skiko/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c62037f

Please sign in to comment.