Removed reference to unused library

This commit is contained in:
Igor Chevdar
2020-02-13 12:33:05 +03:00
parent 1e74b8effa
commit 3b248ba51b
+1 -1
View File
@@ -3377,7 +3377,7 @@ if (PlatformInfo.isAppleTarget(project)) {
createInterop("objcGh3343") {
it.defFile 'framework/gh3343/objclib.def'
it.headers "$projectDir/framework/gh3343/objclib.h"
it.linkerOpts "-L$buildDir", "-lobjcgh3343"
it.linkerOpts "-L$buildDir"
}
}