haikuwebkit/Source/ThirdParty/libwebrtc/Makefile

13 lines
279 B
Makefile

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