Makefile: Fix build on Windows and Android
authorPaul Cercueil <paul@crapouillou.net>
Mon, 30 May 2022 17:23:02 +0000 (18:23 +0100)
committerPaul Cercueil <paul@crapouillou.net>
Mon, 30 May 2022 17:26:09 +0000 (18:26 +0100)
commita017aca94ee3ba2f59e2824a590d0d5ab37990cf
treed2ed211a746804a2accb31705f425f617edf6bd2
parentaa314e8ebc2281c4b2d3db3378f143de5d68f335
Makefile: Fix build on Windows and Android

Fix build under MinGW where the rt library wasn't found, and on Android
where the dynarec isn't Lightrec but Ari64.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Makefile