mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 18:46:59 +08:00
Merge pull request #33 from daylen/master
Further improve OS X compatibility Change the minimum supported version from 10.6 to 10.0 No functional change.
This commit is contained in:
@@ -250,7 +250,7 @@ ifeq ($(comp),clang)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(os),osx)
|
ifeq ($(os),osx)
|
||||||
CXXFLAGS += -arch $(arch) -mmacosx-version-min=10.6
|
CXXFLAGS += -arch $(arch) -mmacosx-version-min=10.0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
### 3.3 General linker settings
|
### 3.3 General linker settings
|
||||||
@@ -265,7 +265,7 @@ ifneq ($(comp),mingw)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(os),osx)
|
ifeq ($(os),osx)
|
||||||
LDFLAGS += -arch $(arch) -mmacosx-version-min=10.6
|
LDFLAGS += -arch $(arch) -mmacosx-version-min=10.0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
### 3.4 Debugging
|
### 3.4 Debugging
|
||||||
|
|||||||
Reference in New Issue
Block a user