[gnome-builder] jhbuild: set run_on_host



commit b24745fbab5cd68e869810a8cbe537ee15ca39b9
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 13 18:33:01 2016 -0700

    jhbuild: set run_on_host
    
    This will get overriden from the Runners default value (via the launcher)
    so we need to set it here too.

 plugins/jhbuild/jhbuild_plugin.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/jhbuild/jhbuild_plugin.py b/plugins/jhbuild/jhbuild_plugin.py
index 47fa79d..776127a 100644
--- a/plugins/jhbuild/jhbuild_plugin.py
+++ b/plugins/jhbuild/jhbuild_plugin.py
@@ -52,6 +52,7 @@ class JhbuildRuntime(Ide.Runtime):
             # The runner uses a launcher from self.create_launcher(), so
             # most of our settings should already be applied.
             runner = Ide.Runner.new(self.get_context())
+            runner.set_run_on_host(True)
             runner.append_argv(binpath)
 
             return runner


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]