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