Merge pull request #198019 from trofi/eduke32-fix

eduke32: fix build by removing explicit header paths
This commit is contained in:
Sergei Trofimovich 2022-10-27 11:34:02 +01:00 committed by GitHub
commit bac254b3dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,8 +58,6 @@ in stdenv.mkDerivation rec {
done
'';
NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL2}/include/SDL2 -I${lib.getDev SDL2_mixer}/include/SDL2";
makeFlags = [
"SDLCONFIG=${SDL2}/bin/sdl2-config"
] ++ lib.optionals stdenv.isDarwin [