SDL2: enable parallel building

This commit is contained in:
gnidorah 2018-11-13 19:41:39 +03:00
parent ced37f708e
commit 40f8dceff5

View File

@ -60,9 +60,7 @@ stdenv.mkDerivation rec {
cf-private
];
# /build/SDL2-2.0.7/src/video/wayland/SDL_waylandevents.c:41:10: fatal error:
# pointer-constraints-unstable-v1-client-protocol.h: No such file or directory
enableParallelBuilding = false;
enableParallelBuilding = true;
configureFlags = [
"--disable-oss"