Skip to content

Commit 490b0d9

Browse files
committed
fix: fix build error
1 parent bc77dfe commit 490b0d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/BuildScripts/XCFrameworkBuild/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ extension PlatformType {
9494
case .macos:
9595
return "\(arch == .arm64e ? "arm64e" : "\(arch.cpuFamily)")-apple-darwin"
9696
case .maccatalyst:
97-
return "\(arch.cpuFamily)-apple-ios-macabi"
97+
return "\(arch == .arm64e ? "arm64e" : "\(arch.cpuFamily)")-apple-ios-macabi"
9898
}
9999
}
100100
}

0 commit comments

Comments
 (0)