Skip to content

Commit 75ee5ea

Browse files
Add missing --linux-distribution-version to sdkGeneratorArguments
1 parent eba9198 commit 75ee5ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/SwiftSDKGeneratorTests/EndToEndTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ struct SDKConfiguration {
182182
"--swift-version \(swiftVersion)-RELEASE",
183183
testLinuxSwiftSDKs ? "--host \(hostArch!)-unknown-linux-gnu" : nil,
184184
"--target \(architecture)-unknown-linux-gnu",
185-
"--linux-distribution-name \(linuxDistributionName)"
185+
"--linux-distribution-name \(linuxDistributionName)",
186+
"--linux-distribution-version \(linuxDistributionVersion)"
186187
].compactMap{ $0 }.joined(separator: " ")
187188
}
188189
}

0 commit comments

Comments
 (0)