sfm: fix cross-compilation

This commit is contained in:
Nikolay Korotkiy
2021-11-11 21:01:52 +03:00
parent 07d3557fa5
commit 647258aa7c
+2
View File
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
postPatch = lib.optionalString (conf!=null) "cp ${configFile} config.def.h";
makeFlags = [ "CC:=$(CC)" ];
installFlags = [ "PREFIX=$(out)" ];
meta = with lib; {