exult: Fix macOS build
This commit is contained in:
parent
efcd597ab6
commit
9e7faf9883
@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
makeFlags = [ "DESTDIR=$(out)" ];
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
mkdir -p $out/share/exult/music
|
mkdir -p $out/share/exult/music
|
||||||
|
Loading…
Reference in New Issue
Block a user