Replace shell with assignment operator
This commit is contained in:
parent
04968a055b
commit
6d843feb3b
|
|
@ -197,7 +197,8 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID)
|
|||
MAKE = mingw32-make
|
||||
endif
|
||||
ifeq ($(TARGET_PLATFORM),PLATFORM_WEB)
|
||||
ifneq (, $(shell type emmake))
|
||||
EMMAKE != type emmake
|
||||
ifneq (, $(EMMAKE))
|
||||
MAKE = emmake make
|
||||
else
|
||||
MAKE = mingw32-make
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user