Removed reference to unused library
This commit is contained in:
@@ -3377,7 +3377,7 @@ if (PlatformInfo.isAppleTarget(project)) {
|
|||||||
createInterop("objcGh3343") {
|
createInterop("objcGh3343") {
|
||||||
it.defFile 'framework/gh3343/objclib.def'
|
it.defFile 'framework/gh3343/objclib.def'
|
||||||
it.headers "$projectDir/framework/gh3343/objclib.h"
|
it.headers "$projectDir/framework/gh3343/objclib.h"
|
||||||
it.linkerOpts "-L$buildDir", "-lobjcgh3343"
|
it.linkerOpts "-L$buildDir"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user