X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=fc6a4fae3fb81254460882a0d0b5e4709676b41e;hp=8c2c6a7028392642c5156cd92ee4329c72b4b899;hb=7e2d49368dcf10ef81086102ae144f155a3c5840;hpb=954fc950d97c0d484b29ba50b703273bfb33f859 diff --git a/src/Makefile b/src/Makefile index 8c2c6a70..fc6a4fae 100644 --- a/src/Makefile +++ b/src/Makefile @@ -231,7 +231,7 @@ ifeq ($(comp),clang) endif ifeq ($(os),osx) - CXXFLAGS += -arch $(arch) + CXXFLAGS += -arch $(arch) -mmacosx-version-min=10.6 endif ### 3.3 General linker settings @@ -246,7 +246,7 @@ ifneq ($(comp),mingw) endif ifeq ($(os),osx) - LDFLAGS += -arch $(arch) + LDFLAGS += -arch $(arch) -mmacosx-version-min=10.6 endif ### 3.4 Debugging