aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/build/config.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/build/config.go b/ui/build/config.go
index 9a8a3fb3..c01bf4c9 100644
--- a/ui/build/config.go
+++ b/ui/build/config.go
@@ -83,6 +83,10 @@ func NewConfig(ctx Context, args ...string) Config {
// We handle this above
"OUT_DIR_COMMON_BASE",
+
+ // Variables that have caused problems in the past
+ "DISPLAY",
+ "GREP_OPTIONS",
)
// Tell python not to spam the source tree with .pyc files.