Commit 7573286b authored by Nikolay Igotti's avatar Nikolay Igotti

Proper static link of libstdc++.

parent 324a21cb
......@@ -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",
......
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