alephone: fix cross compilation by setting AR in makeFlags

This commit is contained in:
Nick Cao 2022-01-07 18:29:59 +08:00 committed by Emery Hemingway
parent cea58b6415
commit dd05a95591

View file

@ -39,6 +39,7 @@ let
];
configureFlags = [ "--with-boost=${boost}" ];
makeFlags = [ "AR:=$(AR)" ];
enableParallelBuilding = true;