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