Skip to content

Commit

Permalink
Fix arch (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Jul 6, 2024
1 parent ea36375 commit 69c685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SnapshotPreviewsCore/ConformanceLookup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private func parseConformance(conformance: UnsafePointer<ProtocolConformanceDesc
return nil
}

#if os(watchOS)
#if arch(i386) || arch(arm)
typealias mach_header_type = mach_header
#else
typealias mach_header_type = mach_header_64
Expand Down

0 comments on commit 69c685e

Please sign in to comment.