mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix an error message in BuildSDK.
This commit is contained in:
parent
6265217246
commit
1723542d6a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user