changeset 45875 | 5fa4efe2aca3 |
parent 45824 | d161a843e941 |
child 46237 | 3aeb6cbc0ccc |
--- a/common/conf/jib-profiles.js Thu Jul 13 19:34:22 2017 +0000 +++ b/common/conf/jib-profiles.js Fri Jul 14 13:02:27 2017 -0700 @@ -436,7 +436,8 @@ target_os: "macosx", target_cpu: "x64", dependencies: ["devkit"], - configure_args: concat(common.configure_args_64bit, "--with-zlib=system"), + configure_args: concat(common.configure_args_64bit, "--with-zlib=system", + "--with-macosx-version-max=10.7.0"), }, "solaris-x64": {