mk: add Apple to OS detections [ci skip]
This commit is contained in:
parent
fcca6317ec
commit
b65583774f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue