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 { ...@@ -364,7 +364,7 @@ tasks.withType(LinkSharedLibrary::class.java).configureEach {
OS.Linux -> { OS.Linux -> {
linkerArgs.addAll( linkerArgs.addAll(
listOf( listOf(
"-Wl,-Bstatic", "-lstdc++", "-lgcc", "-Wl,-Bdynamic", "-static-libstdc++",
"-static-libgcc", "-static-libgcc",
"-lGL", "-lGL",
"-lfontconfig", "-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