diff --git a/make/autoconf/flags.m4 b/make/autoconf/flags.m4 index ddd61188306..a120648cff7 100644 --- a/make/autoconf/flags.m4 +++ b/make/autoconf/flags.m4 @@ -130,7 +130,7 @@ AC_DEFUN([FLAGS_SETUP_MACOSX_VERSION], # of the OS. It currently has a hard coded value. Setting this also limits # exposure to API changes in header files. Bumping this is likely to # require code changes to build. - MACOSX_VERSION_MIN=10.9.0 + MACOSX_VERSION_MIN=10.12.0 MACOSX_VERSION_MIN_NODOTS=${MACOSX_VERSION_MIN//\./} AC_SUBST(MACOSX_VERSION_MIN) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index 2bd8ac926d5..f3a9fa10eb4 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -440,7 +440,7 @@ var getJibProfilesProfiles = function (input, common, data) { target_cpu: "x64", dependencies: ["devkit", "gtest", "pandoc"], configure_args: concat(common.configure_args_64bit, "--with-zlib=system", - "--with-macosx-version-max=10.9.0", + "--with-macosx-version-max=10.12.00", // Use system SetFile instead of the one in the devkit as the // devkit one may not work on Catalina. "SETFILE=/usr/bin/SetFile"),