blob: f45585550c6dff8204ea19b21f9c3fddc30ec75b [file] [log] [blame]
SCRIPTS_PATH = ../Scripts
TO_LOWER = $(shell echo $(1) | tr [:upper:] [:lower:])
ifneq (,$(findstring iphone,$(call TO_LOWER,$(notdir $(SDKROOT)))))
OVERRIDE_SDKROOT = default
OVERRIDE_ARCHS = default
endif
ifneq (,$(findstring watch,$(call TO_LOWER,$(notdir $(SDKROOT)))))
OVERRIDE_SDKROOT = default
OVERRIDE_ARCHS = default
endif
ifneq (,$(findstring tv,$(call TO_LOWER,$(notdir $(SDKROOT)))))
OVERRIDE_SDKROOT = default
OVERRIDE_ARCHS = default
endif
include ../../Makefile.shared