summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-12-09 15:36:59 -0800
committerEric Anholt <eric@anholt.net>2014-12-09 15:36:59 -0800
commitffb585bfeea7dfc77e88246ad104816ad79cc764 (patch)
treed5eae8ab882dab51820923d2284f1f1286974af3
parent54e91e65b0d8b2a34d4760e100d7438700d03b9c (diff)
Fix the norast setup for vc4.
-rwxr-xr-xrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index 73251ac..891a5ac 100755
--- a/run.py
+++ b/run.py
@@ -75,7 +75,7 @@ def main():
usage()
env_add = {}
- env_add["VC4_DEBUG=shaderdb,norast"] = "true"
+ env_add["VC4_DEBUG"] = "shaderdb,norast"
env_add["force_glsl_extensions_warn"] = "true"
os.environ.update(env_add)