diff options
author | Brian Paul <brianp@vmware.com> | 2010-05-21 14:12:11 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-05-21 14:12:16 -0600 |
commit | 7c226d0ab833b4bd359c675aefbc6aaeb485fd98 (patch) | |
tree | 3a12716f9204159c3b1724a61532436041232a20 /SConstruct | |
parent | 6af41a5edc26ab3881b24e846867b5b1fd79fc60 (diff) |
mesa: disable building the removed demos with scons
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/SConstruct b/SConstruct index c843b41b0dc..5c72323d839 100644 --- a/SConstruct +++ b/SConstruct @@ -231,8 +231,3 @@ SConscript( env.Default('src') -SConscript( - 'progs/SConscript', - variant_dir = os.path.join('progs', env['build']), - duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html -) |