[gnome-builder/wip/gtk4-port] 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] libide/foundry: set cwd for pipeline run contexts
- Date: Thu, 23 Jun 2022 08:19:03 +0000 (UTC)
commit 4f251cb3ca639c55e616688a4b3ac83e68298e33
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]