reverted the mountain lion change

This commit is contained in:
jfm meyers 2013-07-02 16:59:17 -04:00
parent 7e300dbb18
commit 5c3dcdefe2

View file

@ -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