[build][performance] fix exeSuffix after recent refactoring
This commit is contained in:
committed by
Vasily Levchenko
parent
1912ab422b
commit
6511340eb3
+1
-1
@@ -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]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user