X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/48b980fed3435926e0b3a8d72ecb58be703a1c7a..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/test/perf/usetperf/UsetPerf.pl diff --git a/icuSources/test/perf/usetperf/UsetPerf.pl b/icuSources/test/perf/usetperf/UsetPerf.pl index dda9272e..a60a526b 100644 --- a/icuSources/test/perf/usetperf/UsetPerf.pl +++ b/icuSources/test/perf/usetperf/UsetPerf.pl @@ -30,8 +30,8 @@ my $options = { # tests will be done for all the programs. Results will be stored and connected my $p1, $p2; if ($OnWindows) { - $p1 = $ICUPathPrevious."/usetperf/Release/usetperf.exe"; - $p2 = $ICUPathLatest."/usetperf/Release/usetperf.exe"; + $p1 = $ICUPathPrevious."/usetperf/$WindowsPlatform/Release/usetperf.exe"; + $p2 = $ICUPathLatest."/usetperf/$WindowsPlatform/Release/usetperf.exe"; } else { $p1 = $ICUPathPrevious."/usetperf/usetperf"; $p2 = $ICUPathLatest."/usetperf/usetperf";