X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=ee4374d8610462c22ef7cc54e95c435f6a3e221f;hp=ef5f308861f3fe93c03919fbdb6953e21e1e2195;hb=f0298862f5ca7c5b050f1a377e62adcffbeb6a99;hpb=739d23f2a3251df4f664195aed74b8b26ea966c2 diff --git a/src/Makefile b/src/Makefile index ef5f3088..ee4374d8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -250,7 +250,7 @@ ifeq ($(comp),clang) endif ifeq ($(os),osx) - CXXFLAGS += -arch $(arch) -mmacosx-version-min=10.6 + CXXFLAGS += -arch $(arch) -mmacosx-version-min=10.0 endif ### 3.3 General linker settings @@ -265,7 +265,7 @@ ifneq ($(comp),mingw) endif ifeq ($(os),osx) - LDFLAGS += -arch $(arch) -mmacosx-version-min=10.6 + LDFLAGS += -arch $(arch) -mmacosx-version-min=10.0 endif ### 3.4 Debugging