Bug 1680152 - Fixup: Bump deployment target to 10.12 when building clang.

Differential Revision: https://phabricator.services.mozilla.com/D98544
This commit is contained in:
Mike Hommey
2020-12-02 22:43:11 +00:00
parent 843a3e47a7
commit a16df7ef7e

View File

@@ -763,7 +763,7 @@ if __name__ == "__main__":
raise ValueError("Config file needs to set gcc_dir")
if is_darwin() or osx_cross_compile:
os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.11"
os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.12"
cc = get_tool(config, "cc")
cxx = get_tool(config, "cxx")