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>
This commit is contained in:
Vinson Lee
2012-05-23 17:26:20 -07:00
parent 33e7db9a1d
commit 5cf693266f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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'
])