diff options
author | Vinson Lee <[email protected]> | 2010-03-28 13:49:00 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-03-28 13:52:11 -0700 |
commit | 21a96a55d60ad894b0488cd32d71a68dca080b72 (patch) | |
tree | 7e12c2f0e648dbe6cb704f662f61128d0fff6e60 /progs | |
parent | 1cf669db59573778bab2f957679f353cf142c9d9 (diff) |
progs: Comment out gallium/raw/SConscript from progs/SConscript.
Commit db5c2235d1accc2adcf1746aec2342bfa67237ba broke the default SCons
build.
NameError: name 'graw' is not defined:
This patch allows the default SCons build to work again until a proper
fix is available.
Diffstat (limited to 'progs')
-rw-r--r-- | progs/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/SConscript b/progs/SConscript index 20be60972d2..a90e13b4cb4 100644 --- a/progs/SConscript +++ b/progs/SConscript @@ -56,5 +56,5 @@ SConscript([ 'wgl/SConscript', 'perf/SConscript', 'gallium/unit/SConscript', - 'gallium/raw/SConscript', +# 'gallium/raw/SConscript', ]) |