* Make --cores work when building through the Nix daemon.
This commit is contained in:
parent
750be19ae8
commit
6846ed8b44
3 changed files with 7 additions and 1 deletions
|
|
@ -500,6 +500,9 @@ static void performOp(unsigned int clientVersion,
|
|||
logType = (LogType) readInt(from);
|
||||
printBuildTrace = readInt(from) != 0;
|
||||
}
|
||||
if (GET_PROTOCOL_MINOR(clientVersion) >= 6) {
|
||||
buildCores = readInt(from);
|
||||
}
|
||||
startWork();
|
||||
stopWork();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue