alephone: fix cross compilation by setting AR in makeFlags

This commit is contained in:
Nick Cao
2023-04-27 18:37:51 +00:00
committed by Emery Hemingway
parent cea58b6415
commit dd05a95591
+1
View File
@@ -39,6 +39,7 @@ let
];
configureFlags = [ "--with-boost=${boost}" ];
makeFlags = [ "AR:=$(AR)" ];
enableParallelBuilding = true;