Skip to content

Commit ad06381

Browse files
committed
fix fixes
1 parent 61e9ae0 commit ad06381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oclp_r/sys_patch/patchsets/hardware/misc/modern_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def requires_kernel_debug_kit(self) -> bool:
3737
"""
3838
Apple no longer provides standalone kexts in the base OS
3939
"""
40-
return False
40+
return True
4141
def native_os(self) -> bool:
4242
"""
4343
- Everything before macOS Tahoe 26 is considered native

0 commit comments

Comments
 (0)