mirror of https://github.com/axmolengine/axmol.git
Fix build options parsing
This commit is contained in:
parent
6b6fc25078
commit
c725768193
|
@ -825,6 +825,7 @@ for ($i = 0; $i -lt $nopts; ++$i) {
|
|||
if($optv -eq '--config') {
|
||||
if ($i -lt ($nopts - 1)) {
|
||||
$optimize_flag = $buildOptions[$i + 1]
|
||||
++$i
|
||||
}
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue