mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Update Makefile
This commit is contained in:
parent
6037adcace
commit
a474511356
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user