mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
eduke32: fix build
This commit is contained in:
parent
9cb67274fc
commit
d9418bf8fb
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue