blob: 6ebecfef79b6066b93ae467c56bcf5858ee6ffff [file] [log] [blame]
TO_LOWER = $(shell echo $(1) | tr [:upper:] [:lower:])
ifneq (,$(SDKROOT))
ifneq (,$(findstring watch,$(call TO_LOWER,$(notdir $(SDKROOT)))))
XCODE_TARGET = -target boringssl
endif
ifeq ($(MAKECMDGOALS),installsrc)
XCODE_TARGET =
endif
endif
include ../Makefile.shared