##// 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 when ("Win7") {
19 when ("Win7") {
20
20
21 $scriptdir =~ s/\//\\/g; # replace / -> \
22
21 # construct a build command
23 # construct a build command
22 if ($job{'ToolChain'} eq "mingw") {
24 if ($job{'ToolChain'} eq "mingw") {
23 run($scriptdir . "\\build_win_mingw.bat", $job{'QtDir'}, $job{'Config'}, $job{'MinGWDir'});
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