git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
AX: AXIsolatedTree::updateChildren sometimes fails to update isolated subtrees when...
[WebKit-https.git]
/
Source
/
ThirdParty
/
libwebrtc
/
Makefile
1
TO_LOWER = $(shell echo $(1) | tr [:upper:] [:lower:])
2
3
ifneq (,$(SDKROOT))
4
ifneq (,$(findstring watch,$(call TO_LOWER,$(notdir $(SDKROOT)))))
5
XCODE_TARGET = -target boringssl
6
endif
7
ifeq ($(MAKECMDGOALS),installsrc)
8
XCODE_TARGET =
9
endif
10
endif
11
12
include ../Makefile.shared