Searched refs:xcode_select_prefix_dir (Results 1 – 1 of 1) sorted by relevance
952 const char *xcode_select_prefix_dir = getenv ("XCODE_SELECT_PREFIX_DIR"); in GetDeveloperDirectory() local953 if (xcode_select_prefix_dir) in GetDeveloperDirectory()954 xcode_dir_path.append (xcode_select_prefix_dir); in GetDeveloperDirectory()