mk: add Apple to OS detections [ci skip]

This commit is contained in:
Jean Pierre Cimalando 2020-09-27 17:19:18 +02:00
parent fcca6317ec
commit b65583774f

View file

@ -29,6 +29,9 @@ endif
ifneq (,$(findstring linux,$(SFIZZ_MACHINE)))
SFIZZ_OS_LINUX := 1
endif
ifneq (,$(findstring apple,$(SFIZZ_MACHINE)))
SFIZZ_OS_APPLE := 1
endif
ifneq (,$(findstring mingw,$(SFIZZ_MACHINE)))
SFIZZ_OS_WINDOWS := 1
endif