From 193d6ecf3732fb46c0d0acd1686594b7193cbd4b Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Thu, 7 Jun 2018 11:05:30 +0530 Subject: [PATCH] _support-cross-compile-install Support cross-compile install Gbp-Pq: Name 2008_support-cross-compile-install.patch --- src/bin/commands/install.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/commands/install.rs b/src/bin/commands/install.rs index a353a2821..cffe38d46 100644 --- a/src/bin/commands/install.rs +++ b/src/bin/commands/install.rs @@ -32,6 +32,7 @@ pub fn cli() -> App { "Install only the specified example", "Install all examples", ) + .arg_target_triple("Build for the target triple") .arg(opt("root", "Directory to install packages into").value_name("DIR")) .after_help( "\ -- 2.30.2