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