[gnome-builder] pipeline: take path modifications into account



commit f9174f20985bdd0c97452be95da2bfd28d39b8d2
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jan 16 00:43:52 2018 -0800

    pipeline: take path modifications into account

 src/libide/buildsystem/ide-build-pipeline.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/libide/buildsystem/ide-build-pipeline.c b/src/libide/buildsystem/ide-build-pipeline.c
index ddc4251ac..90149b0db 100644
--- a/src/libide/buildsystem/ide-build-pipeline.c
+++ b/src/libide/buildsystem/ide-build-pipeline.c
@@ -2320,6 +2320,7 @@ ide_build_pipeline_create_launcher (IdeBuildPipeline  *self,
       ide_subprocess_launcher_set_flags (ret,
                                          (G_SUBPROCESS_FLAGS_STDERR_PIPE |
                                           G_SUBPROCESS_FLAGS_STDOUT_PIPE));
+      ide_configuration_apply_path (self->configuration, ret);
     }
 
   return g_steal_pointer (&ret);


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