Use make not mingw32-make on macOS
This commit is contained in:
parent
53201b8593
commit
a6bc3e2e0f
|
|
@ -180,6 +180,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||||
ifeq ($(PLATFORM_OS),LINUX)
|
ifeq ($(PLATFORM_OS),LINUX)
|
||||||
MAKE = make
|
MAKE = make
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(PLATFORM_OS),OSX)
|
||||||
|
MAKE = make
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Define compiler flags:
|
# Define compiler flags:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user