eduke32: fix build

This commit is contained in:
Robin Gloster 2017-01-12 14:50:38 +01:00
parent 9cb67274fc
commit d9418bf8fb
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
--replace libGLU.so ${mesa}/lib/libGLU.so
'';
NIX_CFLAGS_COMPILE = "-I${SDL2}/include/SDL";
NIX_CFLAGS_COMPILE = "-I${SDL2.dev}/include/SDL2 -I${SDL2_mixer}/include/SDL2";
NIX_LDFLAGS = "-L${SDL2}/lib";
makeFlags = [