sys_patch_dict.py: Adjust formatting

This commit is contained in:
Mykola Grymalyuk
2022-05-18 09:30:57 -06:00
parent 59ce63fa56
commit a64817bf3e

View File

@@ -109,6 +109,7 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
}, },
"/System/Library/Frameworks": { "/System/Library/Frameworks": {
"IOSurface.framework": f"10.14.6-{os_major}", "IOSurface.framework": f"10.14.6-{os_major}",
"OpenCL.framework": "10.13.6",
}, },
"/System/Library/PrivateFrameworks": { "/System/Library/PrivateFrameworks": {
"GPUSupport.framework": "10.13.6", "GPUSupport.framework": "10.13.6",
@@ -368,9 +369,6 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
"AMDRadeonX3000.kext": "10.13.6", "AMDRadeonX3000.kext": "10.13.6",
"AMDRadeonX3000GLDriver.bundle": "10.13.6", "AMDRadeonX3000GLDriver.bundle": "10.13.6",
}, },
"/System/Library/Frameworks": {
"OpenCL.framework": "10.13.6",
},
}, },
}, },
"Intel Ironlake": { "Intel Ironlake": {