]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/strsrchperf/StrSrchPerf_r.pl
ICU-511.35.tar.gz
[apple/icu.git] / icuSources / test / perf / strsrchperf / StrSrchPerf_r.pl
index ac3c4295f78103908f466db9bb5514f875995e94..ea7b082dcb8a5903f8b6592866726da0cfb7ffb1 100644 (file)
@@ -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";