sys_patch_dict.py: Avoid WebKit patch in Ventura

This commit is contained in:
Mykola Grymalyuk
2022-06-21 10:36:01 -06:00
parent 984e0021d6
commit cf76ed4c4f

View File

@@ -183,7 +183,8 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
"Install": {
"/System/Library/Frameworks": {
"OpenCL.framework": "11.6",
"WebKit.framework": "11.6",
# Ventura breaks with this patch
**({ "WebKit.framework": "11.6" } if os_major == os_data.os_data.monterey else {}),
},
},
},