Skip to content

Commit d18271b

Browse files
committed
static
1 parent 97416c1 commit d18271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MachOKit/DyldCache+host.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22
import MachOKitC
33

44
extension DyldCache {
5-
public var host: DyldCache? {
5+
public static var host: DyldCache? {
66
#if canImport(Darwin)
77
guard let ptr = dyld_shared_cache_file_path() else {
88
return nil

0 commit comments

Comments
 (0)