Commit b9911735 authored by Nikolay Igotti's avatar Nikolay Igotti

Explictly mention -lobjc

parent 7ef2d20b
......@@ -428,6 +428,7 @@ tasks.withType(LinkSharedLibrary::class.java).configureEach {
listOf(
*targetArch.clangFlags,
"-dead_strip",
"-lobjc",
"-framework", "AppKit",
"-framework", "CoreFoundation",
"-framework", "CoreGraphics",
......
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