summaryrefslogtreecommitdiffstats
path: root/src/gallium/SConscript
diff options
context:
space:
mode:
authorVinson Lee <vlee@freedesktop.org>2012-05-23 17:26:20 -0700
committerVinson Lee <vlee@freedesktop.org>2012-05-24 18:49:40 -0700
commit5cf693266faebd1fc130709fd7e7b2452bbd156c (patch)
treec93463f84490aba3871068e89ab413b0b7495581 /src/gallium/SConscript
parent33e7db9a1dafdcf5c7c745180831403e0485544d (diff)
downloadexternal_mesa3d-5cf693266faebd1fc130709fd7e7b2452bbd156c.zip
external_mesa3d-5cf693266faebd1fc130709fd7e7b2452bbd156c.tar.gz
external_mesa3d-5cf693266faebd1fc130709fd7e7b2452bbd156c.tar.bz2
scons: Fix SCons build infrastructure for FreeBSD.
This patch gets the FreeBSD SCons build working again. The build still fails though. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r--src/gallium/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index e212ed1..f281f4c 100644
--- a/src/gallium/SConscript
+++ b/src/gallium/SConscript
@@ -124,7 +124,7 @@ SConscript([
])
if not env['embedded']:
- if env['platform'] not in ('cygwin', 'darwin', 'haiku', 'sunos'):
+ if env['platform'] not in ('cygwin', 'darwin', 'freebsd', 'haiku', 'sunos'):
SConscript([
'targets/egl-static/SConscript'
])