Change short form of flag name to full one for cinterop tool (#2117)

This commit is contained in:
LepilkinaElena
2019-02-20 15:14:08 +03:00
committed by GitHub
parent 946acd2416
commit 39bdc1cc2c
@@ -507,7 +507,7 @@ open class CInteropProcess : DefaultTask() {
addArgIfNotNull("-def", defFile.canonicalPath)
addArgIfNotNull("-pkg", packageName)
addFileArgs("-h", headers)
addFileArgs("-header", headers)
compilerOpts.forEach {
addArg("-copt", it)