##// END OF EJS Templates
build.pl: path fix for windows builds
Jani Honkonen -
r1143:053a00f586e9
parent child
Show More
@@ -17,6 +17,8 my %job = Jobs::get($inifile, $jobname);
17 given ($job{'Platform'}) {
17 given ($job{'Platform'}) {
18
18
19 when ("Win7") {
19 when ("Win7") {
20
21 $scriptdir =~ s/\//\\/g; # replace / -> \
20
22
21 # construct a build command
23 # construct a build command
22 if ($job{'ToolChain'} eq "mingw") {
24 if ($job{'ToolChain'} eq "mingw") {
General Comments 0
You need to be logged in to leave comments. Login now