X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fgallium%2Fwinsys%2Fsw%2Fxlib%2FSConscript;fp=src%2Fgallium%2Fwinsys%2Fsw%2Fxlib%2FSConscript;h=e9c274059bd62ac790c4e904a96c6f6cc35375c6;hp=df01a9ec2bfd0524afd9537fc14bcecaf499f4ea;hb=c0d3fb4b6c11fd128921c464f753480a137555a0;hpb=67f61199c24276e6032774d56d2843c62fe28a2f diff --git a/src/gallium/winsys/sw/xlib/SConscript b/src/gallium/winsys/sw/xlib/SConscript index df01a9ec2bf..e9c274059bd 100644 --- a/src/gallium/winsys/sw/xlib/SConscript +++ b/src/gallium/winsys/sw/xlib/SConscript @@ -4,7 +4,7 @@ Import('*') -if env['platform'] in ('cygwin', 'linux'): +if env['platform'] in ('cygwin', 'linux', 'sunos'): env = env.Clone()