[gnome-builder] jhbuild: we still need to set IdeRunner:run-on-host



commit cabd3c4c7363ba8fcdd5a5972f3d23e4a82a9767
Author: Christian Hergert <chergert redhat com>
Date:   Wed Sep 14 02:09:47 2016 -0700

    jhbuild: we still need to set IdeRunner:run-on-host
    
    This overrides the launcher, so we need to set it too.

 plugins/jhbuild/jhbuild_plugin.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/plugins/jhbuild/jhbuild_plugin.py b/plugins/jhbuild/jhbuild_plugin.py
index c7c5e33..53376a9 100644
--- a/plugins/jhbuild/jhbuild_plugin.py
+++ b/plugins/jhbuild/jhbuild_plugin.py
@@ -41,6 +41,11 @@ class JhbuildRuntime(Ide.Runtime):
             # Rely on search path
             return 'jhbuild'
 
+    def do_create_runner(self, build_target):
+        runner = Ide.Runtime.do_create_runner(self, build_target)
+        runner.set_run_on_host(True)
+        return runner
+
     def do_create_launcher(self):
         try:
             launcher = Ide.Runtime.do_create_launcher(self)


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