[gnome-builder/gnome-builder-3-28] cargo: fix comment
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-28] cargo: fix comment
- Date: Mon, 19 Mar 2018 01:23:04 +0000 (UTC)
commit 2e78c5653eb761c81a6738f43244c82acdadeb24
Author: Christian Hergert <chergert redhat com>
Date: Sun Mar 18 18:07:53 2018 -0700
cargo: fix comment
src/plugins/cargo/cargo_plugin.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/cargo/cargo_plugin.py b/src/plugins/cargo/cargo_plugin.py
index b6ab746d2..075a8199f 100644
--- a/src/plugins/cargo/cargo_plugin.py
+++ b/src/plugins/cargo/cargo_plugin.py
@@ -118,7 +118,7 @@ class CargoPipelineAddin(Ide.Object, Ide.BuildPipelineAddin):
fetch_launcher.push_argv(cargo_toml)
self.track(pipeline.connect_launcher(Ide.BuildPhase.DOWNLOADS, 0, fetch_launcher))
- # Fetch dependencies so that we no longer need network access
+ # Now create our launcher to build the project
build_launcher = pipeline.create_launcher()
build_launcher.setenv('CARGO_TARGET_DIR', builddir, True)
build_launcher.push_argv(cargo)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]