yapesdl: fix darwin build
This commit is contained in:
parent
7458dcd956
commit
47a1b5e57f
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
SDL2
|
||||
];
|
||||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}c++" ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install --directory $out/bin $out/share/doc/$pname
|
||||
|
|
Loading…
Reference in New Issue