Skip to content

Commit

Permalink
Fix an error message in BuildSDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Oct 17, 2024
1 parent 6265217 commit 1723542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Sources/BuildSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct BuildSDK: ParsableCommand {
Rust is missing the necessary targets to build the SDK.
Run the following command to install them:
rustup target add \(missingTargets.joined(separator: " ")) --toolchain nightly
rustup target add \(missingTargets.joined(separator: " "))
"""
default:
Expand Down

0 comments on commit 1723542

Please sign in to comment.