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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user