Fix the System.String.Replace throwing NotImplementedException (#20960) (#20978)
[mono-project.git] / sdks / paths.mk
blob57795ede653a9e4b2a2bf58e4bdf9f29c33db714
2 ifneq ($(or $(ENABLE_IOS),$(ENABLE_MAC),$(ENABLE_MACCAT)),)
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))
8 endif
10 endif
12 ifdef ENABLE_ANDROID
14 ANDROID_TOOLCHAIN_DIR?=$(HOME)/android-toolchain
15 ANDROID_TOOLCHAIN_CACHE_DIR?=$(HOME)/android-archives
17 endif