blob: 30eb3f07c7aea03044e91e915ab4a68a018f1b13 [file] [edit]
TO_LOWER = $(shell echo $(1) | tr [:upper:] [:lower:])
ifneq (,$(SDKROOT))
ifneq (,$(findstring watch,$(call TO_LOWER,$(notdir $(SDKROOT)))))
XCODE_TARGET = -target boringssl
endif
endif
include ../Makefile.shared