X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2FSConscript;h=f281f4c6567dc39f37dc0f160ccf8a145415e63c;hb=0fa2d0e98aec1e864f7edc225eb9cda449051733;hp=e212ed184cf26e9b4fc70ef407c6a7ad927825a4;hpb=e4fb332af1e62db930bc9a435cab3c0aa32cdea8;p=mesa.git diff --git a/src/gallium/SConscript b/src/gallium/SConscript index e212ed184cf..f281f4c6567 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' ])