gmad: use premake setup hook
This commit is contained in:
parent
932c1ff4c8
commit
0984032d6a
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
else if stdenv.isDarwin then "gmad_osx"
|
else if stdenv.isDarwin then "gmad_osx"
|
||||||
else "gmad";
|
else "gmad";
|
||||||
|
|
||||||
configurePhase = "premake4 --bootil_lib=${bootil}/lib --bootil_inc=${bootil}/include gmake";
|
premakeFlags = "--bootil_lib=${bootil}/lib --bootil_inc=${bootil}/include";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user