nvidia-x11: fix parallel building variable name

This commit is contained in:
Jude Taylor
2017-02-11 14:29:37 -08:00
parent 947c26972b
commit c3e3b6a19a

View File

@@ -21,7 +21,7 @@ buildPhase() {
sysSrc=$(echo $kernel/lib/modules/$kernelVersion/source)
sysOut=$(echo $kernel/lib/modules/$kernelVersion/build)
unset src # used by the nv makefile
make SYSSRC=$sysSrc SYSOUT=$sysOut module
make SYSSRC=$sysSrc SYSOUT=$sysOut module -j$NIX_BUILD_CORES
cd ..
fi