Merge pull request #50318 from gnidorah/sdl2
SDL2: enable parallel building
This commit is contained in:
commit
c74bca5be9
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue