Windows: Fix handling of -nomake.
Add to list of disabled build parts (see
b9a498bf51).
This fixes the tests are currently built in developer-build
despite "-nomake tests".
Change-Id: I43282112e03328dd89d8c874ca31b0483742ddb3
bb10
parent
3198247ccf
commit
9abfe7031d
|
|
@ -958,7 +958,7 @@ void Configure::parseCmdLine()
|
|||
++i;
|
||||
if (i == argCount)
|
||||
break;
|
||||
nobuildParts.removeAll(configCmdLine.at(i));
|
||||
nobuildParts.append(configCmdLine.at(i));
|
||||
}
|
||||
|
||||
// Directories ----------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue