diff --git a/templates/advance_game/Makefile b/templates/advance_game/Makefile index 34881d4a..8875f379 100644 --- a/templates/advance_game/Makefile +++ b/templates/advance_game/Makefile @@ -185,6 +185,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) MAKE = mingw32-make endif endif +ifeq ($(PLATFORM),PLATFORM_ANDROID) + MAKE = mingw32-make +endif # Define compiler flags: # -O1 defines optimization level