Set the correct version of make on macos (#1202)

This commit is contained in:
Stefan E. Mayer
2020-04-14 18:50:53 +01:00
committed by GitHub
parent 3f1029c281
commit 6582084e9b
4 changed files with 12 additions and 0 deletions

View File

@@ -177,6 +177,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),LINUX)
MAKE = make
endif
ifeq ($(PLATFORM_OS),OSX)
MAKE = make
endif
endif
# Define compiler flags: