[build][performance] fix exeSuffix after recent refactoring

This commit is contained in:
Vasily Levchenko
2017-10-01 22:12:08 +03:00
committed by Vasily Levchenko
parent 1912ab422b
commit 6511340eb3
+1 -1
View File
@@ -372,7 +372,7 @@ task performance(type: GradleBuild) {
doFirst { doFirst {
startParameter.projectProperties = [ startParameter.projectProperties = [
'konanPluginClasspath' : project(':tools:kotlin-native-gradle-plugin').tasks.getByName('jar').archivePath.canonicalPath, 'konanPluginClasspath' : project(':tools:kotlin-native-gradle-plugin').tasks.getByName('jar').archivePath.canonicalPath,
'exe_suffix': TargetManager.host.getProgramSuffix()] 'exe_suffix': TargetManager.host.family.exeSuffix]
} }
} }