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
No known key found for this signature in database
GPG Key ID: 7BF1DC6E555A6167

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