We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a314835 commit 604dfa3Copy full SHA for 604dfa3
multik-native/multik_jni/build.gradle.kts
@@ -68,7 +68,7 @@ tasks.withType(LinkSharedLibrary::class.java).configureEach {
68
"$gccLibPath/libgfortran.a", "$gccLibPath/libquadmath.a"
69
)
70
it.operatingSystem.isLinux ->
71
- listOf("-static-libgcc", "$gccLibPath/libgfortran.a", "$gccLibPath/libquadmath.a")
+ listOf("$gccLibPath/libgfortran.a", "$gccLibPath/libquadmath.a")
72
else -> emptyList()
73
}
74
0 commit comments