From 053a00f586e99275e1cae7f27de6e5b78e7f98d2 2012-05-09 12:27:41 From: Jani Honkonen Date: 2012-05-09 12:27:41 Subject: [PATCH] build.pl: path fix for windows builds --- diff --git a/test/scripts/build.pl b/test/scripts/build.pl index 163470e..2df077b 100644 --- a/test/scripts/build.pl +++ b/test/scripts/build.pl @@ -17,6 +17,8 @@ my %job = Jobs::get($inifile, $jobname); given ($job{'Platform'}) { when ("Win7") { + + $scriptdir =~ s/\//\\/g; # replace / -> \ # construct a build command if ($job{'ToolChain'} eq "mingw") {