]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/ustrperf/StringPerf_r.pl
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / perf / ustrperf / StringPerf_r.pl
index a8cf398785a8f7367a5830bc44d1e113121ca007..f21c366266efb5cfa37bae44a6cdd5b7a42c8cb9 100644 (file)
@@ -30,8 +30,8 @@ my $p1; # Previous
 my $p2; # Latest
 
 if ($OnWindows) {
-       $p1 = $ICUPathPrevious."/ustrperf/Release/stringperf.exe -b -u"; # Previous
-    $p2 = $ICUPathLatest."/ustrperf/Release/stringperf.exe -b -u"; # Latest
+       $p1 = $ICUPathPrevious."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Previous
+    $p2 = $ICUPathLatest."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Latest
 } else {
        $p1 = $ICUPathPrevious."/ustrperf/stringperf -b -u"; # Previous
     $p2 = $ICUPathLatest."/ustrperf/stringperf -b -u"; # Latest