[gnome-builder] ctags: run ctags on the host



commit 24787974eec554469dd1c860cd4836d82d4e190c
Author: Christian Hergert <chergert redhat com>
Date:   Tue Feb 28 13:41:24 2017 -0800

    ctags: run ctags on the host
    
    We don't bundle ctags in the flatpak version, so ensure we are running
    ctags on the host system.

 plugins/ctags/ide-ctags-builder.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/ctags/ide-ctags-builder.c b/plugins/ctags/ide-ctags-builder.c
index c068604..203af9c 100644
--- a/plugins/ctags/ide-ctags-builder.c
+++ b/plugins/ctags/ide-ctags-builder.c
@@ -204,6 +204,7 @@ ide_ctags_builder_build_worker (GTask        *task,
   /*
    * Create our arguments to launch the ctags generation process.
    */
+  ide_subprocess_launcher_set_run_on_host (launcher, TRUE);
   ide_subprocess_launcher_set_cwd (launcher, workpath);
   ide_subprocess_launcher_set_stdout_file_path (launcher, tags_file);
   /*


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