diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index b0c032c09..b5f5dd56a 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -67,7 +67,7 @@ endif ifeq ($(host_os),linux) host_cmake=Linux endif -ifeq ($(host_os),darwin) +ifeq ($(host_os),darwin11) host_cmake=Darwin endif