[gnome-builder/wip/gtk4-port: 1622/1774] libide/foundry: set cwd for pipeline run contexts
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1622/1774] libide/foundry: set cwd for pipeline run contexts
- Date: Mon, 11 Jul 2022 22:31:52 +0000 (UTC)
commit 71214e2f10de0f3fd191663c9e86380c87d17533
Author: Christian Hergert <chergert redhat com>
Date: Thu Jun 23 01:15:53 2022 -0700
libide/foundry: set cwd for pipeline run contexts
src/libide/foundry/ide-pipeline.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/libide/foundry/ide-pipeline.c b/src/libide/foundry/ide-pipeline.c
index c0cd3beba..c03f3fb75 100644
--- a/src/libide/foundry/ide-pipeline.c
+++ b/src/libide/foundry/ide-pipeline.c
@@ -4385,4 +4385,5 @@ ide_pipeline_prepare_run_context (IdePipeline *self,
ide_run_context_setenv (run_context, "BUILDDIR", ide_pipeline_get_builddir (self));
ide_run_context_setenv (run_context, "SRCDIR", ide_pipeline_get_srcdir (self));
+ ide_run_context_set_cwd (run_context, ide_pipeline_get_builddir (self));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]