mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
reverted the mountain lion change
This commit is contained in:
parent
7e300dbb18
commit
5c3dcdefe2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue