inform6: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-16 13:35:14 +02:00 committed by Jonathan Ringer
parent 40c346de46
commit 9716355b45

View file

@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
buildInputs = [ perl ];
makeFlags = [ "PREFIX=${placeholder "out"}" ];
makeFlags = [
"CC=${stdenv.cc.targetPrefix}cc"
"PREFIX=${placeholder "out"}"
];
meta = with lib; {
description = "Interactive fiction compiler and libraries";