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
Friedemann Kleint 2012-03-28 10:07:34 +02:00
parent 3198247ccf
commit 9abfe7031d
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ void Configure::parseCmdLine()
++i;
if (i == argCount)
break;
nobuildParts.removeAll(configCmdLine.at(i));
nobuildParts.append(configCmdLine.at(i));
}
// Directories ----------------------------------------------