diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2011-01-24 10:35:48 -0800 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2011-01-31 10:17:10 -0800 |
commit | 8aac5d123c4636fad5e9d70c3a6706aaa6f1f240 (patch) | |
tree | 27618281c2761dc2fcbc6ec85d2d7383e6bada24 /src/SConscript | |
parent | d1d8120545b0bd2f7ec48c5f03c77b967b082e04 (diff) |
Remove talloc from the SCons build system.
Diffstat (limited to 'src/SConscript')
-rw-r--r-- | src/SConscript | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/SConscript b/src/SConscript index 06c6f94bf0c..d5cde1c9642 100644 --- a/src/SConscript +++ b/src/SConscript @@ -2,10 +2,6 @@ Import('*') if env['platform'] == 'windows': SConscript('getopt/SConscript') - SConscript('talloc/SConscript') -else: - talloc = 'talloc' - Export('talloc') SConscript('glsl/SConscript') # When env['gles'] is set, the targets defined in mapi/glapi/SConscript are not |