[gnome-builder] foundry: update comment regarding runtime environment



commit 847c03a9fc81514a3f16e5172bd8b17b6d0fea95
Author: Christian Hergert <chergert redhat com>
Date:   Fri Nov 20 11:00:55 2020 -0800

    foundry: update comment regarding runtime environment

 src/libide/foundry/ide-run-manager.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/src/libide/foundry/ide-run-manager.c b/src/libide/foundry/ide-run-manager.c
index 0c1ae6253..a1741e874 100644
--- a/src/libide/foundry/ide-run-manager.c
+++ b/src/libide/foundry/ide-run-manager.c
@@ -509,11 +509,7 @@ do_run_async (IdeRunManager *self,
         }
     }
 
-  /* Add our environment variables. Currently, these are coming
-   * from the *build* environment because we do not yet have a
-   * way to differentiate between build environment and runtime
-   * for the application.
-   */
+  /* Add our runtime environment variables. */
   environment = ide_runner_get_environment (runner);
   /* FIXME: Allow toggling this in build prefs */
   ide_environment_setenv (environment, "G_MESSAGES_DEBUG", "all");


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