X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/test/perf/collperf/CollPerf_r.pl?ds=sidebyside diff --git a/icuSources/test/perf/collperf/CollPerf_r.pl b/icuSources/test/perf/collperf/CollPerf_r.pl index b613b635..a988ebcc 100755 --- a/icuSources/test/perf/collperf/CollPerf_r.pl +++ b/icuSources/test/perf/collperf/CollPerf_r.pl @@ -29,8 +29,8 @@ my $options = { my $p1, $p2; if ($OnWindows) { - $p1 = $ICUPathPrevious."/collperf/Release/collperf.exe"; - $p2 = $ICUPathLatest."/collperf/Release/collperf.exe"; + $p1 = $ICUPathPrevious."/collperf/$WindowsPlatform/Release/collperf.exe"; + $p2 = $ICUPathLatest."/collperf/$WindowsPlatform/Release/collperf.exe"; } else { $p1 = $ICUPathPrevious."/collperf/collperf"; $p2 = $ICUPathLatest."/collperf/collperf";