SDL2: enable parallel building

wip/yesman
gnidorah 6 years ago
parent ced37f708e
commit 40f8dceff5
  1. 4
      pkgs/development/libraries/SDL2/default.nix

@ -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"

Loading…
Cancel
Save