Fixed typo in variable name
This commit is contained in:
parent
a506c03625
commit
c80483b9b1
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class Build {
|
|||
return false;
|
||||
}
|
||||
// build/debug/editor2/
|
||||
$convert_log = FilenameConverter::stripBuildDirs($convert_log);
|
||||
$compiler_log = FilenameConverter::stripBuildDirs($compiler_log);
|
||||
if (preg_match_all('/^.*(error:|warning:|note:|undefined reference|ld returned \d exit status).*$/mi',$compiler_log, $m,PREG_SET_ORDER))
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue