X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..efa1e6592fb03ce23b15276b2b91d885a3ee7da5:/icuSources/test/perf/strsrchperf/StrSrchPerf_r.pl diff --git a/icuSources/test/perf/strsrchperf/StrSrchPerf_r.pl b/icuSources/test/perf/strsrchperf/StrSrchPerf_r.pl index ac3c4295..ea7b082d 100644 --- a/icuSources/test/perf/strsrchperf/StrSrchPerf_r.pl +++ b/icuSources/test/perf/strsrchperf/StrSrchPerf_r.pl @@ -34,8 +34,8 @@ my $p1; # Previous my $p2; # Latest if ($OnWindows) { - $p1 = $ICUPathPrevious . "/strsrchperf/Release/strsrchperf.exe -b"; - $p2 = $ICUPathLatest . "/strsrchperf/Release/strsrchperf.exe -b"; + $p1 = $ICUPathPrevious . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b"; + $p2 = $ICUPathLatest . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b"; } else { $p1 = $ICUPathPrevious . "/strsrchperf/strsrchperf -b";