- Make rili work with new autoconf versions
This commit is contained in:
parent
18d4a832b0
commit
66e43a5297
@ -12,6 +12,7 @@ stdenv.mkDerivation {
|
||||
|
||||
preConfigure = ''
|
||||
export CPPFLAGS="-I${SDL}/include -I${SDL}/include/SDL -I${SDL_mixer}/include"
|
||||
autoreconf -i
|
||||
'';
|
||||
|
||||
buildInputs = [SDL SDL_mixer autoconf automake];
|
||||
|
Loading…
Reference in New Issue
Block a user