Searched defs:ACTIVE_SDK_PATH (Results 1 - 1 of 1) sorted by relevance

/external/clang/runtime/compiler-rt/
H A DMakefile100 ACTIVE_SDK_PATH := $(shell xcrun --show-sdk-path 2> /dev/null) macro
101 ifneq ($(ACTIVE_SDK_PATH),)
102 COMPILERRT_MAKE_FLAGS := SDKROOT=$(ACTIVE_SDK_PATH)

Completed in 72 milliseconds