2 ifeq ($(and
$(DISABLE_IOS
),$(DISABLE_MAC
)),)
4 CheckXcodeDir
=$(or
$(and
$(wildcard $(1))),$(warning Could not find Xcode in
"$(1)"))
6 ifeq ($(call CheckXcodeDir
,$(XCODE_DIR
)),)
7 $(error Could not find Xcode at
$(XCODE_DIR
))
12 ifndef DISABLE_ANDROID
14 ANDROID_TOOLCHAIN_DIR?
=$(HOME
)/android-toolchain
15 ANDROID_TOOLCHAIN_CACHE_DIR?
=$(HOME
)/android-archives