Added reproducer for https://github.com/JetBrains/kotlin-native/issues/3343
(cherry picked from commit d97f00f0eb)
This commit is contained in:
committed by
Vasily Levchenko
parent
98d7877297
commit
1f4273c5ec
@@ -3373,6 +3373,7 @@ if (PlatformInfo.isAppleTarget(project)) {
|
||||
createInterop("objcGh3343") {
|
||||
it.defFile 'framework/gh3343/objclib.def'
|
||||
it.headers "$projectDir/framework/gh3343/objclib.h"
|
||||
it.linkerOpts "-lobjcgh3343"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user