Skip to content

Commit

Permalink
Proper static link of libstdc++.
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho committed Feb 23, 2021
1 parent 324a21c commit 7573286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skiko/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ tasks.withType(LinkSharedLibrary::class.java).configureEach {
OS.Linux -> {
linkerArgs.addAll(
listOf(
"-Wl,-Bstatic", "-lstdc++", "-lgcc", "-Wl,-Bdynamic",
"-static-libstdc++",
"-static-libgcc",
"-lGL",
"-lfontconfig",
Expand Down

0 comments on commit 7573286

Please sign in to comment.