diff --git a/sp/src/devtools/makefile_base_posix.mak b/sp/src/devtools/makefile_base_posix.mak index 2486931b4..c529abdfa 100644 --- a/sp/src/devtools/makefile_base_posix.mak +++ b/sp/src/devtools/makefile_base_posix.mak @@ -167,7 +167,7 @@ ifeq ($(OS),Darwin) CCACHE := $(SRCROOT)/devtools/bin/osx32/ccache DEVELOPER_DIR := $(shell /usr/bin/xcode-select -print-path) - ifeq (,$(findstring 10.8, $(OSXVER))) + ifeq (,$(findstring 10.7, $(OSXVER))) BUILDING_ON_LION := 0 COMPILER_BIN_DIR := $(DEVELOPER_DIR)/usr/bin SDK_DIR := $(DEVELOPER_DIR)/SDKs