Skip to content

Commit ec0aec7

Browse files
authored
Merge pull request #1136 from nkcsgexi/96953314
PrebuiltModuleGen: use arm64 for default watchOS triple
2 parents 165aa9a + 6728e53 commit ec0aec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Jobs/PrebuiltModulesJob.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public struct SDKPrebuiltModuleInputsCollector {
395395
case .iphonesimulator:
396396
return "arm64-apple-ios\(version)-simulator"
397397
case .watchos:
398-
return "armv7k-apple-watchos\(version)"
398+
return "arm64-apple-watchos\(version)"
399399
case .watchsimulator:
400400
return "arm64-apple-watchos\(version)-simulator"
401401
case .appletvos:

0 commit comments

Comments
 (0)