openscenegraph: enable parallel building
This commit is contained in:
parent
62baa5df29
commit
b3d3a1c7ea
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
pkgconfig kbproto SDL qt4 poppler librsvg gtk
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DMATH_LIBRARY="
|
||||
"-DCMAKE_C_FLAGS=-D__STDC_CONSTANT_MACROS=1"
|
||||
|
Loading…
Reference in New Issue
Block a user